App Configuration - Fabian-Sommer/HeroesLounge GitHub Wiki
Configuration is in:
config\app.php
And if you change 'debug' => false
in there, you will get rid of error stack traces, and instead get redirected internally to /error
-- except we don't have that page and so it will instead redirect to the season view (since that is the top level route that accepts any slug, which /error
satisfies).
You also might consider changing the timezone
in there, however it defaults to UTC, which is what is used on the prod server, so this is good as-is.