servicerunner/li3_debug

此包已被废弃,不再维护。没有建议的替代包。
关于此包最新版本(dev-master)没有可用的许可证信息。

Symfony2 Debug Bar 端口到 Lithium

安装: 1,619

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 2

类型:lithium-library

dev-master 2013-09-13 01:39 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:24:51 UTC


README

Symfony2的调试菜单移植到Lithium。感谢@marcghorayeb提供了一个很好的起点。

这是打开计时器面板时的截图

Timer Panel

安装

通过更新config/bootstrap/libraries.php来加载li3_debug

<?php

// ... snip ...

use lithium\core\Environment;

if (!Environment::is('production')) {
    Libraries::add('li3_debug');
}

待办事项