Download the PHP package maksimru/conditional-laravel-debugbar without Composer
On this page you can find all versions of the php package maksimru/conditional-laravel-debugbar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download maksimru/conditional-laravel-debugbar
More information about maksimru/conditional-laravel-debugbar
Files in maksimru/conditional-laravel-debugbar
Package conditional-laravel-debugbar
Short Description Allows to boot laravel debug bar conditionally
License MIT
Informations about the package conditional-laravel-debugbar
About
Allows to boot laravel-debugbar with custom conditions instead of APP_DEBUG and environment You are free to use \Auth::check(), custom headers, custom parameters or anything you wish
Installation
Usage
1) Publish config file with
2) Create new boot validator implementing \MaksimM\ConditionalDebugBar\Interfaces\DebugModeChecker interface 3) Replace validator class in config/conditional-debugbar.php in debugbar-boot-validator (See provided example for more details) 4) Add \MaksimM\ConditionalDebugBar\Http\Middleware\OptionalDebugBar::class middleware on routes where you wish to use the debugbar
Thanks to barryvdh for awesome barryvdh/laravel-debugbar
All versions of conditional-laravel-debugbar with dependencies
illuminate/cache Version ^5.5
illuminate/contracts Version ^5.5
illuminate/queue Version ^5.5
illuminate/redis Version ^5.5
illuminate/session Version ^5.5
illuminate/support Version ^5.5