Adds a PHP Debug Bar to Phile for development.
composer require siezi/phile-debugbar
$config['plugins']['siezi\\phileDebugbar'] = ['active' => true];
After the plugin is activated the debug-bar is shown automatically.
Inspect items in the Messages pane with the global function debug($item);
.