diff --git a/config/web.php b/config/web.php index fb9c679..524fd31 100644 --- a/config/web.php +++ b/config/web.php @@ -41,6 +41,8 @@ if (YII_ENV_DEV) { // configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug'; $config['modules']['debug'] = 'yii\debug\Module'; + + $config['bootstrap'][] = 'gii'; $config['modules']['gii'] = 'yii\gii\Module'; }