Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmunir committed Jan 22, 2014
1 parent d8378b9 commit 896a36e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ return [
...
],
...
'components' => [
....
'authManager' => [
'class' => 'yii\rbac\PhpManager', // or use 'yii\rbac\DbManager'
]
],
'as access' => 'mdm\admin\components\AccessControl',
];
```
Expand All @@ -42,4 +48,4 @@ You can then access Auth manager through the following URL:

```
http://localhost/path/to/index.php?r=admin
```
```

0 comments on commit 896a36e

Please sign in to comment.