You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) To use this extension first you need to configure the [comments extension](https://github.com/yii2mod/yii2-comments), after that you have to configure the main config in your application:
37
37
```php
38
38
'modules' => [
39
-
'admin' => [
40
-
'controllerMap' => [
41
-
'cms' => 'yii2mod\cms\controllers\CmsController',
42
-
// Also you can override some controller properties in following way:
0 commit comments