spatie-permissions-demo icon indicating copy to clipboard operation
spatie-permissions-demo copied to clipboard

Permissions wrong naming?

Open hoffiez opened this issue 5 years ago • 2 comments

In the file app/Policies/PostPolicy.php from where do you get policy names like "create posts", "edit own posts", when you have "publish articles" ... in the database/seeds/PermissionsDemoSeeder.php

hoffiez avatar Aug 03 '20 18:08 hoffiez

Good point. You can see more complete examples of those permissions in the Feature Tests: https://github.com/drbyte/spatie-permissions-demo/blob/master/tests/Feature/PostsTest.php

drbyte avatar Aug 03 '20 21:08 drbyte