Using with SaaS project #215
Unanswered
mezbilisim
asked this question in
Q&A
Replies: 1 comment
-
You could implement a custom repository for this. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I do not use any package for Tenancy. I provide this with an app_id value in each table. I run my project by adding the
->where('app_id', $this->app_id)
query to my queries with newQuery in model structures.It would be very nice to be able to edit the model file. Or an example like below can be useful:
Beta Was this translation helpful? Give feedback.
All reactions