Replies: 2 comments 1 reply
-
Hey, could you please add the code? If you use the spatie tenant package @freekmurze @brendt @sebastiandedeyne or any other @spatie developer could help you. 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I wish to add company_id column, but no luck |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
i run a multi tenant database using inertia and laravel and vue
when i include use spatie in my models that are under the namespace App (Models in App directory), it works.
But when i use it in my models under the namespace App/Tenant (Models in App/Tenant directory), it doesnt work.
please why is this?
here is the code
Beta Was this translation helpful? Give feedback.
All reactions