Skip to content

Commit a4df546

Browse files
authored
add notice on module id
1 parent 66f98b2 commit a4df546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ To access the module, you need to add the following code to your application con
5050
],
5151
]
5252
```
53+
>**NOTE:** Module id must be `comment` and not otherwise. This is because it is referred (somewhere)[https://github.com/yii2mod/yii2-comments/blob/master/traits/ModuleTrait.php#L20] in the code with such name. A PR to fix it to use configured module id is welcome.
5354
5455
Now you can access to management section through the following URL:
5556
http://localhost/path/to/index.php?r=comments/index

0 commit comments

Comments
 (0)