Posts by José Érico • 11 points
1 post
-
0
votes1
answer909
viewsQ: Find parameter with Slim Framework 3
I need help to get the parameter id the moment the URI is called, passing the same to the container. Follow the code below: $this->get('/{id}', function($request, $response, $args) { return…