Laravel Daily — Laravel Multi-Tenancy: All You Need To Know

Laravel Daily — Laravel Multi-Tenancy: All You Need To Know

Register & Get access to index
multitenancy.png



Multi-tenancy is needed in almost all Laravel projects, in various forms. Some projects limit records by users, others divide users into teams, companies, or tenants. More complex projects separate the data into databases, subdomains, and filesystems.

In this course, I want to talk about ALL of that. I've seen multi-tenancy discussed a lot in the Laravel community, but mostly one-sided: only about one behavior, with one certain package or without any package at all. So I decided to compile all different methodologies about multi-tenancy, in this 2.5-hour course.

We will discuss:
  • User multi-tenancy
  • Team multi-tenancy
  • Single Database
  • Multiple Databases
  • 4 Different Packages
  • ... and many more details
Author
phpdai
Downloads
281
Views
1,406
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from phpdai

Latest reviews

Excellent