bump
Oct 6, 2016
3
Level 13
roles (admin/supporter/user)
Before starting a new medium size project using laravel 5.3 I would like to get some hints regarding roles in laravel. As far as I understand the documentation, there's no inbuilt role model in laravel.
-What packages can you suggest me to use? I would like to keep the main users table for all users (admin, supporter, user). Is this a good idea or what's your opinion on this? For example each supporter and "admin" will have separate permissions (for example: supporter1 will be able to reset user passwords, supporter2 will not have this permission).
-All the best;
Please or to participate in this conversation.