boneframework / debug-bar
Debug Bar for Bone Framework
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/boneframework/debug-bar
Requires
- php: ^8.3
- ext-pdo: *
- boneframework/contracts: ^v1.0
- delboy1978uk/bone-doctrine: ^2.2
- delboy1978uk/bone-view: ^v1.8.1
- delboy1978uk/booty: ^1.2
- maximebf/debugbar: ^1.23
- slam/dbal-debugstack-middleware: ^2.1
Requires (Dev)
- delboy1978uk/barnacle: ^2.5
- delboy1978uk/dev-tools: ^1.0.5
README
A PHP Debug Basr for Bone Framework
installation
Install via composer
composer require --dev boneframework/debug-bar
And then enable the package in your config/packages.php
<?php // use statements here use Bone\DebugBar\DebugBarPackage; return [ 'packages' => [ // packages here..., DebugBarPackage::class, ], ];