How can I view my custom 500 error page in Laravel?
I published Laravel's error pages and customized them. I can test a 404 error, for example, but if I throw an Exception in my controller to test the 500 error page, the debug page of Laravel is displayed instead of…