Best option:
Add DEBUGBAR_ENABLED=false to your .env
This has some advantage:
-
The debugbar is totally disabled
-
You can keep
APP_DEBUG=true, hence still keep error details for local development -
It is not tracked by git
Best option:
Add DEBUGBAR_ENABLED=false to your .env
This has some advantage:
The debugbar is totally disabled
You can keep APP_DEBUG=true, hence still keep error details for local development
It is not tracked by git