Laravel Debugbar Disable In Production

[Solved] Laravel Debugbar Disable In Production | Php - Code Explorer | yomemimo.com
Question : disable laravel debugbar

Answered by : kwasi-kgwete

Add DEBUGBAR_ENABLED=false to your .env

Source : https://stackoverflow.com/questions/48220709/how-to-safely-remove-laravel-debugbar | Last Update : Mon, 15 Jun 20

Question : laravel debugbar disable in production

Answered by : akbarali

APP_ENV=production
APP_DEBUG=false
DEBUGBAR_ENABLED=false

Source : | Last Update : Sat, 13 Nov 21

Answers related to laravel debugbar disable in production

Code Explorer Popular Question For Php