mercredi 28 mars 2018

Laravel: /resource gives 403 Forbidden

I want to create the url my-domain.dev/resources so I added this to my Route file:

Route::get('/resources', function(){
  dd('hi');
});

However, this is not working. I only get a 403 Forbidden error:

enter image description here

All other routes are working fine. Is it not possible to set this route in Laravel 5.5 ?



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2pJtW7g
via IFTTT

Aucun commentaire:

Enregistrer un commentaire