Skip to content

Commit aabaf84

Browse files
Merge branch 'main' of github.com:ZakharovAndrew/yii2-user
2 parents 5bb6f54 + a81c5d5 commit aabaf84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ Add this to your main configuration's modules array
6666
'user' => [
6767
'class' => 'ZakharovAndrew\user\Module',
6868
'bootstrapVersion' => 5, // if use bootstrap 5
69+
// use for menu and access
70+
'controllersAccessList' => [
71+
1001 => ['/user/user/index' => 'users'],
72+
1002 => ['/user/roles/index' => 'Roles']
73+
]
6974
],
7075
// ...
7176
],

0 commit comments

Comments
 (0)