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

clinvest's avatar

Roles & Permissions implementation tutorial

Hi all!

I need to implement a roles & permissions system on my project.

I found this tutorial from Jeffrey, which is pretty clear for me but it seems a bit outdated (laravel 6) : https://laracasts.com/series/laravel-6-from-scratch/episodes/54

Is it still a good way to do it? or are there better ways now?

I'm using jetstream by the way.

Thank you in advance :)

0 likes
6 replies
Lara_Love's avatar

Hello, my friend, according to the progress of science, there must be newer and better ways

2 likes
clinvest's avatar

@LoverToHelp well, this is what I think too, that's why I'm asking here :) but I wonder if someone can point me to the right tutorial/direction?

Lara_Love's avatar

@clinvest I can not . But I hope professionals will read your message, dear friend ;)

1 like
jlrdw's avatar

The chapter in the documentation on authorization would be the place to look. You can implement authorization with any of the starter kits.

2 likes

Please or to participate in this conversation.