Skip to content

Debug Bar for PhileCMS

License

Notifications You must be signed in to change notification settings

Schlaefer/phileDebugbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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