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

maytham's avatar

Users and Roles

Hi guys,

I have earlier followed this video and it works for me for Laravel 4.2, and I loved it.

https://laracasts.com/lessons/users-and-roles

Is similar video or guide done for Laravel 5.

I will have a simple roles system.

Thx

0 likes
7 replies
SCC's avatar

I don't think there is an updated version and I can' remember off the top of my head what process was used to tell you what is different. Hopefully someone else can advise.

davorminchorov's avatar

I don't think that there are many changes for it to get a refresh but it will probably be refreshed at some point.

It would be cool if we get a mini series of 2-3 videos for building an ACL with permissions like in that video. I am talking about a more advanced role and permissions based system.

1 like
maytham's avatar

Hmm, Sad. Thank any way for replying, I agree with you @Ruffles a very good idea with a mini series that build an ACL with permissions on the top of the default authentication of Laravel 5.

1 like
davorminchorov's avatar
Level 53

I just watched the video and the only difference will be the last part with filters, which you need to add that logic into a middleware. Everything else is the same.

3 likes
SCC's avatar

@Ruffles - Yup, I just did the same. Also get the Laravel 5 generators for completeness.

Please or to participate in this conversation.