Answers for "laravel debugbar:clear"

PHP
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