siezi / phile-debugbar
Add PHP Debug Bar to PhileCMS
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:phile-plugin
Requires
- middlewares/debugbar: ^2.0
- phile-cms/phile: ^2.0|dev-develop
Requires (Dev)
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.2
README
Adds a PHP Debug Bar to Phile for development.
1. Installation
composer require siezi/phile-debugbar
2. Activation
$config['plugins']['siezi\\phileDebugbar'] = ['active' => true];
3. Usage
After the plugin is activated the debug-bar is shown automatically.
Inspect items in the Messages pane with the global function debug($item);
.