samman/yii2-advanced-debugger
最新稳定版本:1.2.1
Composer 安装命令:
composer require samman/yii2-advanced-debugger
包简介
README 文档
README
Yii2 Advanced Debugger
Package for advanced API debugging panels.
Features
New Panels Added to the Yii2 debugger via this package:
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require samman/yii2-advanced-debugger
or add
"samman/yii2-advanced-debugger": "*"
to the require section of your composer.json file.
In your main-local.php you should add the following
$config['modules']['debug'] = [
'class' => 'yii\debug\Module',
'panels' => [
'respanel' => ['class' => 'samman\debug\ResponsePanel'],
'curlpanel' => ['class' => 'samman\debug\CurlPanel']
],
];
统计信息
- 总下载量: 1.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-10-21

