richardpiel/dev-bar
Composer 安装命令:
composer require richardpiel/dev-bar
包简介
DevBar plugin for CakePHP
README 文档
README
This plugin displays a red bar at the top of all the pages of your application if the debug is enabled.
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require richardpiel/dev-bar
Then you'll need to load the plugin in your src/Application.php file.
$this->addPlugin('DevBar');
or you can use the console to do this for you.
bin/cake plugin load DevBar
统计信息
- 总下载量: 324
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-13