Answers for "laravel debugbar clear storage"

PHP
3

disable laravel debugbar

Add DEBUGBAR_ENABLED=false to your .env
Posted by: Guest on June-08-2020
0

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
Posted by: Guest on August-19-2020

Browse Popular Code Answers by Language