Debugbar Clear In Laravel

[Solved] Debugbar Clear In Laravel | Php - Code Explorer | yomemimo.com
Question : debugbar:clear in laravel

Answered by : ssbrar

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

Source : https://stackoverflow.com/questions/48220709/how-to-safely-remove-laravel-debugbar#:~:text=You%20can%20enable%20or%20disable%20the%20debugbar%20during%20run%20time.&text=You%20can%20execute%20composer%20remove,disable()%3B%20in%20your%20AppServiceProvider%20. | Last Update : Wed, 26 Aug 20

Answers related to debugbar clear in laravel

Code Explorer Popular Question For Php