boneframework / debug-bar
Debug Bar for Bone Framework
v1.0.4
2024-12-12 00:52 UTC
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, ], ];