rappasoft / vault

Roles & Permissions for the Laravel 5 Framework
MIT License
103 stars 10 forks source link

How can I implement Roles such as Group Admin, Group Moderator etc. #24

Open nla-asia opened 9 years ago

nla-asia commented 9 years ago

Can you show me a way to implement roles such as Group Admin, Group Moderator, Page Admin, Page Content Admin etc. so that I can use like this @role('group_admin') in blade template ? There will be multiple groups/pages , and the role need to be specific to individual group/page.

nla-asia commented 9 years ago

sorry, this is not an issue, this is a question.