I'm trying to create a shopping system that admin user can get access to everyone to do anything he want.
Same rbac any users have some access and some one has more but in this case admin take access to others without dependencies to rules. My means that may admin let to a special writer an access from publisher.
In this system rules are not important. Just admin and everyone how has this access can decide how do what!
In other words i want give access user directly to actions or not without any rule define.
How should create this in yii2?