vendredi 5 février 2016

Routing is not working laravel 5?

I have just installed fresh laravel 5.1, only root page is showing that

Route::get('/', function () {

    return view('welcome');
});

It's working perfectly but rather than any other route not working like:

Route::get('user', function () {
   return "hello";
});

It throws exception 404 not found. Please help me to get out from this. Thanks in advance.



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1PWOWKC
via IFTTT

Aucun commentaire:

Enregistrer un commentaire