Level 5
Hey @kleijn
If you add:
APP_DEBUG=true
to your .env file, and/or change/add:
'debug' => false,
in config/app.php, this will disable stack traces for errors.
You can then add a custom error page for 500 error pages by following the docs here: