Laravel
Multi-multi-tenancy
3
126

Arnold

Started this discussion 2 weeks ago

Hello there, I have a use case, where my laravel application, has a landlord (central domain) and the landlord can onboard tenants and each tenant onboarded by the landlord can also onboard other tenants under them. Am kindly inquiring, is this possible, if yes. any guidance on how to achieve it will be greatly appreciated.

Thank you

Haz

Replied 2 weeks ago

Hello,

Yes, it is possible. Codecourse has a few courses on multi-tenancy, I'd suggest watching those to learn the fundamentals.

Arnold

Replied 1 week ago

Yes, i had gone through, "Laravel Multi-tenancy Basics". Am now following through with "Laravel multi-tenancy: Multi database".

Can the "Tenancy for Laravel" package do the trick

Haz

Replied 1 week ago

The short answer is: Anything is possible.

I’m not too familiar with that package, so I can’t exactly give a definite answer. I would imagine so. You might have to put in the work though. What have you tried?