We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1186b08 commit a03389bCopy full SHA for a03389b
README.md
@@ -38,6 +38,8 @@ php yii migrate --migrationPath=@vendor/yii2mod/yii2-comments/migrations
38
```
39
40
**Module setup**
41
+
42
+To access the module, you need to add this to your application configuration:
43
```php
44
'modules' => [
45
'comment' => [
@@ -47,6 +49,8 @@ php yii migrate --migrationPath=@vendor/yii2mod/yii2-comments/migrations
47
49
48
50
51
**Comments management section setup**
52
53
+To access the comments management section, you need to add this to your application configuration:
54
55
'controllerMap' => [
56
'comments' => 'yii2mod\comments\controllers\ManageController'
0 commit comments