I searched, but I didn\'t find an answer. I have a RESTful API to manage a basic CRUD. I\'m trying to create an update method using PUT, but I can\'t retrieve the params val
$app->request->put() is returning a null value...
$app->request->put()
so u can use try $app->request->params instead
$app->request->params