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 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.