Skip to content

Commit a03389b

Browse files
author
Igor Chepurnoy
authored
Update README.md
1 parent 1186b08 commit a03389b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ php yii migrate --migrationPath=@vendor/yii2mod/yii2-comments/migrations
3838
```
3939

4040
**Module setup**
41+
42+
To access the module, you need to add this to your application configuration:
4143
```php
4244
'modules' => [
4345
'comment' => [
@@ -47,6 +49,8 @@ php yii migrate --migrationPath=@vendor/yii2mod/yii2-comments/migrations
4749
```
4850

4951
**Comments management section setup**
52+
53+
To access the comments management section, you need to add this to your application configuration:
5054
```php
5155
'controllerMap' => [
5256
'comments' => 'yii2mod\comments\controllers\ManageController'

0 commit comments

Comments
 (0)