mlanin / laravel-api-debugger

Easy debug for your JSON API.
http://blog.lanin.me/easy-debug-for-your-json-api/
MIT License
233 stars 54 forks source link

Disabling not working #17

Open dburucu opened 5 years ago

dburucu commented 5 years ago

I have in my .env-File:

APP_DEBUG=false
API_DEBUGGER_ENABLED=false

But debug is not disabled.

farena commented 5 years ago

try publishing the config file and change from there

gfernandez-me commented 3 years ago

still not working

update:

nevermind, the problem is the Laravel cache just php artisan config:clear and that is it