localhost/crm-sd/backend/web/config/branch/default/, а вот такой уже не выводит индекс страницу и показывает ERROR
localhost/crm-sd/backend/web/config/branch/default/index/
'modules' => [
'config' => [
'class' => 'backend\modules\config\Config',
'modules' => [
'branch' => [
'class' => 'backend\modules\config\modules\branch\Branch',
'controllerNamespace' => 'backend\modules\config\modules\branch\controllers',
'viewPath' => '@app/modules/config/modules/branch/views',
],
'hall' => [
'class' => 'backend\modules\config\modules\hall\Hall',
],
],
],
]