Replies: 1 comment
-
You can try #1782 |
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.
-
Hello everyone, I am using Laravel-Spatie Permission and Laravel-8 for User Role-Based Access Level:
I have these tables:
User Model:
Company Model:
Each user is attached at least to a company. Apart from the SuperAdmin Role, I want Roles to belong to companies.
That is, each company should create it's own Roles.
How do I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions