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

2.0.0 2022-07-29 10:40 UTC

This package is auto-updated.

Last update: 2024-03-29 03:38:29 UTC


README

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