laravel debugbar clear storage code example
Example 1: disable laravel debugbar
Add DEBUGBAR_ENABLED=false to your .env
Example 2: debugbar:clear in laravel
Add DEBUGBAR_ENABLED=false to your .env
Debugbar is totally disabled
You can keep APP_DEBUG=true, hence still keep error details for local development
It is not tracked by git