Replies: 2 comments
-
Can you explain it? We create a group and add permission to this group. ItemPermission::group(__('Systems'))
->addPermission('platform.systems.roles', __('Roles'))
->addPermission('platform.systems.users', __('Users')), That is, at this moment, we still do not require anything. |
Beta Was this translation helpful? Give feedback.
0 replies
-
how to display my permissions on the screen ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ItemPermission::addPermission
should beItemPermission::requirePermission
?Beta Was this translation helpful? Give feedback.
All reactions