maksimru/conditional-laravel-debugbar

Allows to boot laravel debug bar conditionally
6,301
Install
composer require maksimru/conditional-laravel-debugbar
Latest Version:v0.13
PHP:>=7
License:MIT
Last Updated:Apr 27, 2020
Links: GitHub  ·  Packagist
Maintainer: maksimru

Scrutinizer Code Quality codecov StyleCI CircleCI

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

composer require maksimru/conditional-laravel-debugbar

Usage

  1. Publish config file with
php artisan vendor:publish
  1. Create new boot validator implementing \MaksimM\ConditionalDebugBar\Interfaces\DebugModeChecker interface
  2. Replace validator class in config/conditional-debugbar.php in debugbar-boot-validator (See provided example for more details)
  3. 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

Related Packages

phirational/laravel-conditional-seeder

Laravel trait providing methods for conditional database seeding.

444 4
kjmtrue/laravel-debugbar

PHP Debugbar integration for Laravel

57 0
barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

141,812,187 19,283
recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

286,589 378
zwfec/laravel-debugbar

PHP Debugbar integration for Laravel

15 0