How to create a single database multi-tenant application using Lunar PHP package? #1821
Unanswered
misbahansori
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@glennjacobs there are no references in the lunar docs about this. refs |
Beta Was this translation helpful? Give feedback.
0 replies
-
A single database multi-tenant application with Lunar isn't currently possible. You would have to use a landlord/tenant DB set-up, see https://tenancyforlaravel.com/ It's something we're considering for a future version. |
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.
-
Hi, I want to create a single database multi-tenant application using the Lunar PHP package. But I'm not sure how to do it. Usually, each table has a
tenant_id
column to differentiate the data between tenants. How can I achieve this using the Lunar PHP package?Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions