mdmsoft / yii2-admin

Auth manager for Yii2 (RBAC Manager)
GNU General Public License v3.0
1.16k stars 574 forks source link

[Qn] Relation with Yii RBAC #14

Closed mtangoo closed 10 years ago

mtangoo commented 10 years ago

Hi, is this going to add anything than just being UI on top of Yii RBAC? I mean does it do anything else or add dependency apart from Yii2 itself? Thanks!

mdmunir commented 10 years ago

Yups, It just UI of RBAC. No other dependency will be added. It work with any RbacManager that you have. e.g PhpManager or DbManager. As optional, you can use menu manager of this extension but you need menu table. Just execute yii migration to create a required table.

mtangoo commented 10 years ago

Thanks :100:

mtangoo commented 10 years ago

side note, does it implement everything in Yii2 RBAC?