Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

leek/li3_debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

li3_debug Maintenance

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:

Timer Panel

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 stolen borrowed from li3_perf

About

Symfony2 debug bar ported to Lithium

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages