Did you cache your routes? That could be a reason.
Jan 3, 2017
6
Level 1
Route is not working except root path
I am using Laravel 5.3 . Route Class only works for root path. Route::get('/',function (){ return "Hello"; }); When i try to execute such as Route::get('/about',function (){ return "Hello"; }); it does not work. Every time it shows me... Sorry, the page you are looking for could not be found. 1/1 NotFoundHttpException in RouteCollection.php line 161:
Please or to participate in this conversation.