Laravel

Multi-multi-tenancy

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

arnold87342
arnold87342
0
3
354
Haz
Haz
Moderator

Hello,

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

arnold87342
arnold87342

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
Haz
Moderator

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?