PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Laurence Perales   Laravel Debugbar Enable On Demand   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Debugbar Enable On Demand
Activate the Laravel DebugBar dynamically
Author: By
Last change:
Date: 1 year ago
Size: 588 bytes
 

Contents

Class file image Download
{ "name": "jaguarsoft/laravel-debugbar", "description": "Handle Debugbar Enabling by Middleware", "keywords": ["barryvdh", "laravel", "debugbar", "jaguarsoft"], "license": "MIT", "authors": [ { "name": "Laurence", "email": "laurence@jaguarsoft.pe" } ], "autoload": { "psr-4": { "JaguarSoft\\LaravelDebugbar\\": "src/" } }, "require": { "php": "^5.3.9 || ^7.0 || ^8.0" }, "extra": { "branch-alias": { "dev-master": "5.2.x-dev" } } }