When i hit url the route needs to be configured with a prefix folder name i.e "laravel/" for example For Url: http://localhost/laravel/someurl
Route::get('laravel/someurl', function () {
return "asdasd";
});
How to remove the folder name for appearing in routes
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire