I've set in my php.ini file the values:
display_errors On
display_startup_errors On
And in my laravel application:
'debug' => env('APP_DEBUG', true),
But when i purpose write some gibberish in my controller method the page gets blank instead of displaying an error. What else is suppressing this to show an error message?