How to Manage Roles and Permissions between two different tables within same package while using Laravel Nova Multi Tenant Package #63
-
In multi tenant there is a central model known as "admin" and then tenant model known as "user" . The migrations are separate for tenant and central. How can i redirect it to "estatfolio.admins" ?? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You'll have to change the |
Beta Was this translation helpful? Give feedback.
You'll have to change the
user_model
in the config as well as thetable_names
.