Posts by Eduardo Cesar Oliveira • 1 point
1 post
-
0
votes1
answer229
viewsQ: Get data on a PUT route using Silex
I would like to know how to obtain data passed to a route put using the Silex. For example : $app->put('foo/{id}', function(Request $request, $id) use ($app){ return…