|
|
@ -13,9 +13,6 @@ return [ |
|
|
|
'basePath' => dirname(__DIR__), |
|
|
|
'basePath' => dirname(__DIR__), |
|
|
|
'vendorPath' => $rootDir . '/vendor', |
|
|
|
'vendorPath' => $rootDir . '/vendor', |
|
|
|
'controllerNamespace' => 'frontend\controllers', |
|
|
|
'controllerNamespace' => 'frontend\controllers', |
|
|
|
'modules' => [ |
|
|
|
|
|
|
|
'gii' => 'yii\gii\Module' |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
'extensions' => require($rootDir . '/vendor/yiisoft/extensions.php'), |
|
|
|
'extensions' => require($rootDir . '/vendor/yiisoft/extensions.php'), |
|
|
|
'components' => [ |
|
|
|
'components' => [ |
|
|
|
'db' => $params['components.db'], |
|
|
|
'db' => $params['components.db'], |
|
|
|