Customize whoops,...
If you would like to replace that message with 500.blade.php file shipped with Josh, please follow below tutorial.
to do so, we should override convertExceptionToResponse
method in app/Exceptions/Handler.php
add below code into your app/Exceptions/Handler.php
Last updated
Was this helpful?