Personal I need to create a route in which a parameter of it is a file name with the extension. How do I create this? Ex. link
I have created so but of error because of the point before the PDF.
$app->get('/download/:arquivo', function($arquivo) use($app) {...});
Obrgado