Is there anyway to disable the laravel error handler all together?
I want to simply display standard PHP errors, not the Who
Who
Then set 'debug' => false, in \config\local\app.php file
false, );