You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config/debugbar.php does not appear in the codebase, and it appears this gets added at some point during the building of the Docker image. Clean this up during install or at least default the debugbar.php from null to false because it defaults to true.
We want the default for laravel-debugbar to be off and despite APP_DEBUG and DEBUGBAR_ENABLED both being set to false, it still appeared and required editing the config/debugbar.php file to get it to disappear.
The text was updated successfully, but these errors were encountered:
The config/debugbar.php does not appear in the codebase, and it appears this gets added at some point during the building of the Docker image. Clean this up during install or at least default the debugbar.php from null to false because it defaults to true.
We want the default for laravel-debugbar to be off and despite APP_DEBUG and DEBUGBAR_ENABLED both being set to false, it still appeared and required editing the config/debugbar.php file to get it to disappear.
The text was updated successfully, but these errors were encountered: