LaravelPackages.net
Acme Inc.
Toggle sidebar
corazzi/laravel-debug-switch

Enable or disable debugging for your current Laravel session only

18
0
v0.1.0
About corazzi/laravel-debug-switch

corazzi/laravel-debug-switch is a Laravel package for enable or disable debugging for your current laravel session only. It currently has 0 GitHub stars and 18 downloads on Packagist (latest version v0.1.0). Install it with composer require corazzi/laravel-debug-switch. Discover more Laravel packages by corazzi or browse all Laravel packages to compare alternatives.

Last updated

Laravel Debug Switch

You should never have to turn debugging on in production. Unfortunately, "should never" and "will never" are not the same.

This package will allow you to quickly turn debugging on or off for your current session, and only your session. If you need to debug something in production, you can simply turn debugging on for yourself and no other users will be affected.

Laravel Debug Switch is also handy for development. Some debugging tools, like the brilliant laravel-debugbar, can take up quite a lot of your resources. If you don't need debugging to be constantly turned on whilst developing, you can quickly switch it on or off without having to edit your .env file.

Star History Chart