mirocow/yii2-elasticsearch-debug Yii2 elasticsearch debug panel

yii2-elasticsearch-debug

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',
            ],
        ],
    ];
}
];

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v0.0.5 is the latest of 5 releases



MIT license
Stats
4 github stars & 3 github forks
0 downloads in the last day
55 downloads in the last 30 days
4346 total downloads