Well it depends on how large your app will be. How many special accounts etc. Roles and permissions will allow you a lot of room to grow later on. But if you only want to have 1-2 admins and subscribers, then it's best you watch the series about the user object at laracasts which goes in depth with the whole subscriber model etc.
Jun 12, 2017
1
Level 7
Can not get along with roles and perimission in Laravel
Hi guys , I'm pretty new to Laravel . I'm trying to make an application with roles and permissions . the whole story is that I wan't create an app that has some administrators , and different subscription plans for users ( Something like the subscription s in Laracasts ) , is this necessary to use roles and permission ? Do you suggest me to use Multi Authentication ? if you think the roles and permission is the way , should i write if from zero or I can use exist packages and what package would you recommend me to use ? Thank you ;)
Please or to participate in this conversation.