There was an error while loading. Please reload this page.
1 parent 2f0c3e9 commit 8256e00Copy full SHA for 8256e00
README.md
@@ -8,7 +8,7 @@ For https://github.com/yiisoft/yii2/issues/42
8
- Add to your composer.json `"githubjeka/yii2-gui-rbac": "*"`
9
- Run `composer update`
10
- If your project doesn't have to implement rbac then run `yii migrate --migrationPath=@yii/rbac/migrations/`
11
-- Add to `config.php`
+- Add to `config/web.php `(for basic app) or `common/config/main.php` (for advanced app)
12
```php
13
'rbac' => [
14
'class' => 'githubjeka\rbac\Module',
0 commit comments