Laravel Multi-Tenancy: All You Need To Know
May 2022 / 2 h 32 min / Laravel 9
Watch Video About the Course
IMPORTANT NOTICE: Since September 2022, I'm moving from this Teachable platform to my own LaravelDaily.com with this course and even more premium tutorials there. So, please subscribe to yearly/monthly membership there, this Teachable platform will not get new content anymore.
With any questions about the membership, email me [email protected]
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
Testimonial:
So, let's dive into the course?
Your Instructor
I consider myself a Laravel expert. Work with Laravel for around 7 years, sharing my thoughts on the YouTube channel "Laravel Daily": https://www.youtube.com/c/LaravelDaily
I also have written a Laravel Daily Blog for 5+ years.