I want to create roles and permissions like the following:
Each post
has many users
.
Type A user can do everything (create, edit, update and delete) the post.
Type B user can only create, edit and update the post.
Type C user can only edit and update the post.
Will this work with the santigarcor/laratrust
or spatie/laravel-permission
packages? Those packages look very complicated.