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

Add on demand disabling of debugger output #30

Open Rich2k opened 3 years ago

Rich2k commented 3 years ago

This adds the ability to disable debugger on a per response basis, so it can be enabled for all actions, but if there's one specific action you'd like to disable it for, it can be turned off

Added a new helper lad_disable_output(true)

allanvobraun commented 3 years ago

Merge this!