chinpei215/cakephp-pretty-debug
Composer 安装命令:
composer require chinpei215/cakephp-pretty-debug
包简介
CakePHP 2.x plugin to make debug toolbar pretty
README 文档
README
PrettyDebug Plugin for CakePHP 2.x
Requirements
- CakePHP 2.x
- CakePHP DebugKit plugin
Installation
See the How to Install Plugins in the CakePHP documentation for general help.
- Put the
PrettyDebugdirectory into your plugin directory or install the plugin with Composer from the directory where your composer.json file is located:
php composer.phar require chinpei215/cakephp-pretty-debug
- Load the plugin in your app/Config/bootstrap.php file:
CakePlugin::load('PrettyDebug');
- And enable the component in your controllers or in your app/Controller/AppController.php:
class AppController extends Controller { public $components = array( 'DebugKit.Toolbar', 'PrettyDebug.PrettyDebug', ); }
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-03
