Laravel 11: Multi-Tenancy with Multiple Databases

Laravel 11: Multi-Tenancy with Multiple Databases

Laravel Daily

1 месяц назад

12,616 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@nimmneun
@nimmneun - 26.05.2024 17:47

Nice 👍 Things are all nice and dandy until you have the first tenants uploading millions of products where every pack of 5, 10, 20, 50, 100, 500 is a separate SKU and you're like uh ... that table had 20 million records last year, now its 700 million etc 😂

Ответить
@jainsiddharth21
@jainsiddharth21 - 19.05.2024 20:33

Hi, Great tutorial. I've used Tenancy with Multi Tenant & single DB. I need a functionality to ghost login my admin as a tenant user. Could you help me out with that please, if possible.

Ответить
@user-cf5uf7vf2g
@user-cf5uf7vf2g - 03.05.2024 05:39

i tested few packages, end up multi database setting with tedious auth implementation between login from landlord and tenant.

Ответить
@HossainMdAwlad
@HossainMdAwlad - 03.05.2024 02:28

What happenes if central domain and tenants have separate user tables?

Ответить
@dennishalili8090
@dennishalili8090 - 01.05.2024 14:08

Hello, can you please make a video about Filament 3: Multi Tenancy File Upload? Thanks.

Ответить
@streakifyapp
@streakifyapp - 22.04.2024 13:35

I think one huge aspect of having 1 shared database that you've missed is performance, it means a single tenant with a million records would slow down database reads and queries for all tenants? I guess indexes on the tenant_id in there where claus would help with that but I still imagine they'd be performance implications?

Ответить
@pokeripper9707
@pokeripper9707 - 18.04.2024 23:16

I am using this package for a pretty large project. It works really great!

Ответить
@s.joseph406
@s.joseph406 - 16.04.2024 22:29

Nice one, but my concern is on jobs and queue, will they not be affected by having different databases. What are the effects of using multiple databases ? Does it limit the any functionalities in laravel ?

Ответить
@FernandoMartinsdk
@FernandoMartinsdk - 16.04.2024 20:32

I can't tell you how much this video helped me. Thank you very much.

Ответить
@brianochieng5904
@brianochieng5904 - 16.04.2024 20:19

Video quality has been top notch ever since you got the machine. May God continue blessing you Povilas.

Ответить
@Noum77
@Noum77 - 16.04.2024 18:51

I'm using the domain middleware on subdomains and it works for both

Ответить
@discoverlance
@discoverlance - 16.04.2024 13:47

How does multiple domains affect generating urls in the app, for example, i would usually set an APP_URL to my site's domain in my .env which is useful for generating urls in tthe app, how does multi tenancy in this case affect it or url generations with route or url helper functions?

Ответить
@discoverlance
@discoverlance - 16.04.2024 13:42

Is it possible to setup multi tenancy without assigning domains to each tenant? I suppose not but that's always a concern for me but i haven't really dived into it to get more details just yet.

Ответить
@rishharris8808
@rishharris8808 - 16.04.2024 13:40

Filament 3 with stancl/tenancy

Ответить
@RuelLuna
@RuelLuna - 16.04.2024 13:23

Would be interested to see how Filament v3 Panels integrate with stancl/tenancy

Ответить
@junior-dino
@junior-dino - 16.04.2024 08:48

Once upon a time I've tried to do that on my own & after trying for couple of weeks, I found myself nowhere near that project 🙃 It felt too complicated

Ответить
@saidlouham7669
@saidlouham7669 - 16.04.2024 08:05

First one ❤

Ответить