I know there are a lot of role/permission packages like bican/roles or Zizaco/entrust .
They are great but I have two problems and those packages can't solve it!
- I am using mongoDB and jenssegers/laravel-mongodb package which those packages do not support mongo.
- And I need a multi-level/item-based role-permission system. I mean, for example: a user can edit just post 2 and post 3. NOT all posts!
So, I decided to develop that system myself, before starting it, I want your expertise to give me advice, useful links, articles, other packages, and anything which may help me.