mirocow/yii2-elasticsearch-debug
Composer 安装命令:
composer require mirocow/yii2-elasticsearch-debug
包简介
Yii2 elasticsearch debug panel
README 文档
README
Install
$ composer require --prefer-dist mirocow/yii2-elasticsearch-debug
if (YII_DEBUG) { // configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug'; $config['modules']['debug'] = [ 'class' => 'yii\debug\Module', 'allowedIPs' => ['127.0.0.1', '::1'], 'panels' => [ 'elasticsearch' => [ 'class' => 'mirocow\\elasticsearch\\debug\\DebugPanel', ], ], ]; } ];
统计信息
- 总下载量: 4.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-27
