Download the PHP package mirocow/yii2-elasticsearch-debug without Composer
On this page you can find all versions of the php package mirocow/yii2-elasticsearch-debug. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mirocow/yii2-elasticsearch-debug
More information about mirocow/yii2-elasticsearch-debug
Files in mirocow/yii2-elasticsearch-debug
Download mirocow/yii2-elasticsearch-debug
More information about mirocow/yii2-elasticsearch-debug
Files in mirocow/yii2-elasticsearch-debug
Vendor mirocow
Package yii2-elasticsearch-debug
Short Description Yii2 elasticsearch debug panel
License MIT
Package yii2-elasticsearch-debug
Short Description Yii2 elasticsearch debug panel
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-elasticsearch-debug
yii2-elasticsearch-debug
Install
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',
],
],
];
}
];
All versions of yii2-elasticsearch-debug with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
yiisoft/yii2 Version >=2.0
yiisoft/yii2-debug Version ^2.0
mirocow/yii2-elasticsearch Version ^1.0.15
yiisoft/yii2 Version >=2.0
yiisoft/yii2-debug Version ^2.0
mirocow/yii2-elasticsearch Version ^1.0.15
The package mirocow/yii2-elasticsearch-debug contains the following files
Loading the files please wait ....