Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 624 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 624 Bytes

phileDebugbar

CI

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);.