gui-rbac-yii2 icon indicating copy to clipboard operation
gui-rbac-yii2 copied to clipboard

GUI for RBAC Yii2 Auth manager

Results 2 gui-rbac-yii2 issues
Sort by recently updated
recently updated
newest added
trafficstars

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

enhancement