How can I remove the debugbar routes?
In my .env file I already included
DEBUGBAR_ENABLED=false APP_DEBUG=false
I also run the ff. commands
php artisan optimize:clear php artisan config:clear
but nothing.
The debugbar won't show in screen but it has routes when I do php artisan route:list. Please help. Thanks
