Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

danamr's avatar

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 ;)

0 likes
1 reply
Borisu's avatar

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.

1 like

Please or to participate in this conversation.