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

jamesjames's avatar

Roles and Permission question

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.

0 likes
2 replies
jamesjames's avatar

@KIRUBA - I am not sure I am correct or not. That video shows only how to control each user's role and permission.

I want to control each user has different role for each post.

Please or to participate in this conversation.