Level 25
Yes both will work. Here is a tutorial for spatie/laravel-permission
https://www.youtube.com/watch?v=zIgYJlu03bI
Thanks.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I want to make something like below.
Each post has many users.
Type A user can do everything (create, edit, update and delete).
Type B user can only create, edit and update.
Type C user can only edit and and update.
Will this work with Laratrust or spatie/laravel-permission? Packages look very complicated.
Please or to participate in this conversation.