mercredi 9 mai 2018

Laravel route with specific symbols

How to make the route in Laravel with specific symbols inside?

Why not working this construction ?

Route::get("/myfile.pdf", function() {

    return response()->file('public/file.pdf');
});

Thanks!



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire