Adding multi tenancy to an existing Laravel web application

Today I'm adding multi-tenancy to an existing Laravel application. Multi-tenancy can be setup with a single database, multiple databases, or a dedicated tenant database with multiple schemas. I'm choosing the latter approach with Postgres. 00:00 - Intro - Adding Multi-tenancy to an existing web application 00:40 - Designing our application-database architecture 05:39 - How we expect traffic to arrive into our tenant apps 09:54 - Adding and configuring the tenancy package 18:53 - Creating a new tenant 21:00 - Outro Part 2.    • Creating a landlord application to manage ...   #laravel #multitenancy #tenancy