Fixes #3088: The debug and gii modules will manage their own URL rules now
This commit is contained in:
parent
fedb41fcc3
commit
cbedf7ad96
@ -41,6 +41,8 @@ if (YII_ENV_DEV) {
|
|||||||
// configuration adjustments for 'dev' environment
|
// configuration adjustments for 'dev' environment
|
||||||
$config['bootstrap'][] = 'debug';
|
$config['bootstrap'][] = 'debug';
|
||||||
$config['modules']['debug'] = 'yii\debug\Module';
|
$config['modules']['debug'] = 'yii\debug\Module';
|
||||||
|
|
||||||
|
$config['bootstrap'][] = 'gii';
|
||||||
$config['modules']['gii'] = 'yii\gii\Module';
|
$config['modules']['gii'] = 'yii\gii\Module';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user