arnaupc / li3_debugbar
Symfony2 Debug Bar ported to Lithium version 1.1
dev-master
2017-07-05 16:56 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-14 06:01:00 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'); }