Replies: 1 comment
-
Read other discussions |
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
-
Hi
I'm trying to implement teams support in my SAAS app and is struggling a little.
I'm using: https://github.com/mpociot/teamwork for the teams functionality
I have implemented the Middleware, and I have the Gate:before for super admin.
as and example,I would like 3 roles Basic, Standard and Pro
If I create the roles I can see that the 'current_team_id is null, which I find okay as I do not know the team id yet as no team has been created.
If I then create a user and try to assign any role to that user I get the:
Sure at this point in time the user is simply a user, no teams has been created.
Does this package not allow both users with no team and uses that is part of a team ?
Beta Was this translation helpful? Give feedback.
All reactions