Are you using Homestead 2 ?
I removed "error_page 404 /index.php;" from the nginx site config.
Was mentioned here, https://laracasts.com/discuss/channels/general-discussion/restore-notfoundhttpexception
I also removed it from all of my site configs using the command posted on the forum,
sudo sed -i "/error_page/d" /etc/nginx/sites-enabled/*
No I'm not using Homestead. I am using Apache and Apache is returning my 404 instead of Laravel.
I have gone to my php.ini file and display_errors is set to off. So I think it is apache returning the error before laravel can handle it. Not sure what next
Thanks
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community