Skip to content

Commit 8256e00

Browse files
committed
Update README.md
Fixes #5
1 parent 2f0c3e9 commit 8256e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For https://github.com/yiisoft/yii2/issues/42
88
- Add to your composer.json `"githubjeka/yii2-gui-rbac": "*"`
99
- Run `composer update`
1010
- If your project doesn't have to implement rbac then run `yii migrate --migrationPath=@yii/rbac/migrations/`
11-
- Add to `config.php`
11+
- Add to `config/web.php `(for basic app) or `common/config/main.php` (for advanced app)
1212
```php
1313
'rbac' => [
1414
'class' => 'githubjeka\rbac\Module',

0 commit comments

Comments
 (0)