dev-master
9999999-dev https://github.com/ServiceRunner/li3_debugSymfony2 Debug Bar ported to Lithium
The Requires
by Contributors
by Chris Jones
debug debugbar lithium li3
Wallogit.com
2017 © Pedro Peláez
Symfony2 Debug Bar ported to Lithium
A port of Symfony2's debug menu to Lithium. Thanks to @marcghorayeb for a great starting point., (*1)
Here is a screenshot of what it looks like with the Timer panel open:, (*2)
Load li3_debug by updating config/bootstrap/libraries.php:, (*4)
<?php
// ... snip ...
use lithium\core\Environment;
if (!Environment::is('production')) {
Libraries::add('li3_debug');
}
Symfony2 Debug Bar ported to Lithium
debug debugbar lithium li3