2017 © Pedro Peláez
 

lithium-library li3_debugbar

Symfony2 Debug Bar ported to Lithium version 1.1

image

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

The README.md

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');
}

The Versions

05/07 2017

dev-master

9999999-dev https://github.com/arnaupc/li3_debugbar

Symfony2 Debug Bar ported to Lithium version 1.1

  Sources   Download

GPL-2.0

The Requires

 

debug debugbar lithium li3