li3_debug
li3_debug copied to clipboard
Symfony2 debug bar ported to Lithium
li3_debug 
A port of Symfony2's debug menu to Lithium. Thanks to @marcghorayeb for a great starting point.
Here is a screenshot of what it looks like with the Timer panel open:
Installation
Load li3_debug by updating config/bootstrap/libraries.php:
<?php
// ... snip ...
use lithium\core\Environment;
if (!Environment::is('production')) {
Libraries::add('li3_debug');
}
ToDo
- Use li3_profiler for Timer panel
- Look for enhancements that could be
stolenborrowed from li3_perf
