I have set
'enabled' = false
in both package and in config/debugbar.php
I cleared cache with
php artisan cache:clear
but I still see it on production environment. I accidently commited
'enabled' = false
by accident and can't turn it off. I even rolled back commits, but that doesn't help. Any ideas?
@edit the .env has also debug set to false
@edit2 also when I got ot /login route on new browser (or private mode) I don't see the bar, but when I refresh this page, it is there again
.env And SetDEBUGBAR_ENABLED=false
APP_DEBUG=false
Did u try changing it in the .env file?
Look for the value APP_DEBUG in the .env file and set it false.
Out of the box, .env has it set to true.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With