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',
],
],
];
}
];
forked from Mirocow/yii2-elasticsearch-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
mirocowcom/yii2-elasticsearch-debug
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Elasticsearch debug panel
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 100.0%