Have you tried using middleware on the page afterwards? If that doesn't work have you tried putting...
Double check your folder/file permissions on storage/ and bootstrap/cache first
Maybe for some reason your stage/dev machine has double middleware? Check using the route:list comma...
If you route is Route::get('home/{home}', 'HomeController@home'); then your controller function hom...
hmmm... is maybe you only installed the CLI version? Try php -v You can check your actual mod/libra...
The Laravel portal for problem solving, knowledge sharing and community building.