php - How to update RBAC database for Yii 2 -


i using dbmanager rbac. strategy updating rbac database tables once have been created? there extension can used view roles , rules , update them?

for rbac dbmanager, (yii2 adevanced template ) use

  • in auth_permission table use type_permission assign permission (what check grant access) , type_role create application role.
  • auth_assignment table assign role user.
  • auth_item_child table grouping permission role.

for manage have create few views gii, based on normal rbac table

i hope useful


Comments