githubjeka / gui-rbac-yii2

GUI for RBAC Yii2 Auth manager
https://basic-rbac-githubjeka.c9.io/basic/web/index.php?r=rbac
84 stars 38 forks source link

Enh: Auto add yii\rbac\Rule to authManager, if exist. #9

Open githubjeka opened 8 years ago

githubjeka commented 8 years ago

Like as

// add the rule
$rule = new \app\rbac\AuthorRule;
$auth->add($rule);