Somebody can help me? What I am looking for is something like Group module for Drupal https://www.drupal.org/project/group
User groups vs roles
Hi, I am looking to make an app based in user groups, the main functionality is any user can create a user group, then send invitations to other users for membership. I was reading about differences at http://stackoverflow.com/questions/7770728/group-vs-role-any-real-difference
Looking for something already written for Laravel I can see a lot for user roles management like spatie, sentinel, sentry, laravel-acl, entrust, roles, shinobi, and little about user groups management, only https://atorscho.gitbooks.io/membership/content/index.html seems to be user group oriented, sentry was user group oriented too but for Laravel 5 has been replaced by Sentinel which is for roles.
Which one should I choose to implement the main functionality?
Please or to participate in this conversation.