arnaupc/li3_debugbar

Symfony2 Debug Bar ported to Lithium version 1.1

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:lithium-library

dev-master 2017-07-05 16:56 UTC

This package is not auto-updated.

Last update: 2025-06-07 02:22:03 UTC


README

A port of Symfony2's debug menu to Lithium version 1.1.

Update of ServiceRunner/li3_debug to adapt new Filters system.

Installation

Load li3_debugbar by updating config/bootstrap/libraries.php:

use lithium\core\Environment;

if (!Environment::is('production')) {
    Libraries::add('li3_debugbar');
}