orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
138 stars 34 forks source link

Possibility to specify / define permission for each CRUD operation #19

Closed rabol closed 3 years ago

rabol commented 3 years ago

Using a Policy it is possible to specify each operation, but the Resource it self only have one permission key.

The challenge with using a Policy is that there is no UI to assign different permissions to a user or a role