lithium-library li3_debugbar
Symfony2 Debug Bar ported to Lithium version 1.1
arnaupc/li3_debugbar
Symfony2 Debug Bar ported to Lithium version 1.1
- Wednesday, July 5, 2017
- by arnaupc
- Repository
- 1 Watchers
- 0 Stars
- 2 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
li3_debugbar
A port of Symfony2's debug menu to Lithium version 1.1., (*1)
Update of ServiceRunner/li3_debug to adapt new Filters system., (*2)
Installation
Load li3_debugbar
by updating config/bootstrap/libraries.php
:, (*3)
use lithium\core\Environment;
if (!Environment::is('production')) {
Libraries::add('li3_debugbar');
}