'app-frontend', 'basePath' => dirname(__DIR__), 'layout' => 'site_content', 'bootstrap' => ['log'], 'controllerNamespace' => 'frontend\controllers', 'components' => [ 'user' => [ 'identityClass' => 'common\models\Customers', 'enableAutoLogin' => true, 'identityCookie' => [ 'name' => '_frontendUser', // unique for frontend ] ], 'request'=>[ 'cookieValidationKey' => 'ndahjhjjidasuidrqeswuiuirqw89', 'csrfParam' => '_frontendCSRF', 'class' => 'common\components\Request', 'web'=> '/frontend/web' ], 'log' => [ 'traceLevel' => YII_DEBUG ? 3 : 0, 'targets' => [ [ 'class' => 'yii\log\FileTarget', 'levels' => ['error', 'warning'], ], ], ], 'errorHandler' => [ 'errorAction' => 'site/error', ], 'urlManager' => [ 'baseUrl' => '/', 'enablePrettyUrl' => true, 'showScriptName' => false, 'rules' => [ // 'catalog' => 'catalog/category', 'catalog/' => 'catalog/category', 'product/' => 'catalog/product', 'brand' => 'catalog/brands', 'brand/' => 'catalog/brand', ] ] ], 'params' => $params, ];