laravel-api-debugger
laravel-api-debugger copied to clipboard
Add on demand disabling of debugger output
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)
Merge this!