jeudi 4 mai 2017

Laravel routes does not work

when I write this Route::get('/', 'Login@index');

and use url

"http://localhost/laravel-4.2.11/blog/" it works,

but when I use this Route::get('home', 'Login@index');

and url "http://localhost/laravel-4.2.11/blog/home" it gives 404 error



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire