Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMS Module Setup #47

Closed
juppwerner opened this issue Mar 18, 2018 · 1 comment
Closed

CMS Module Setup #47

juppwerner opened this issue Mar 18, 2018 · 1 comment

Comments

@juppwerner
Copy link

juppwerner commented Mar 18, 2018

In order to make the CMS admin pages work, it is required to have these changes in config/main.php:

'modules' => [
'cms' => [
'class' => 'yii2mod\cms\Module',
],
'admin' => [
'class' => 'app\modules\admin\Module',
'controllerMap' => [
'cms' => 'yii2mod\cms\controllers\ManageController', // Instead of CmsController !

Regards
Joachim

@ihorchepurnyi
Copy link
Contributor

Please see my response in this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants