Answers for "laravel debugbar clear cache"

PHP
15

laravel clear cache

php artisan cache:clear
php artisan route:clear
php artisan config:clear 
php artisan view:clear
Posted by: Guest on March-30-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