Multi-tenancy in Laravel

preview_player
Показать описание
Join me for this stream as we explore how to use the Tenancy for Laravel package in Laravel 11, how to set it up, how to use it, and most importantly how to build applications with it.

Рекомендации по теме
Комментарии
Автор

Wow, this was incredibly informative and engaging! The breakdown of the concept was clear and easy to follow.

programmertelo
Автор

Hi Steve, I'm using the same package. I'm trying to upload a file, file is uploaded successfully and is present in the But how to ling Storage::link like feature to so I can access the image and show it in the html?

iReactionVlogs
Автор

If I had to access the tenant connection table from central model what's the best approach ? I had to write a function eg. load_service() which will use ->run method and return the tenant model data but if we use ::all for central model it does not work as expected. The function is good for ->first()->load_service() record but for ::all we cant use the function load_service() right. Any idea to be able to work the actual relation eg first()->service where service is from tenant

abhishek.burkule
Автор

Hey bro, I have a question. if the project is front-and-back separated, whether you can only deploy a front-end, dynamic switching API?

zhimma
Автор

Hey bro, thanks for the video. Could you please share steps to impersonate user using the same package ?

jainsiddharth
Автор

hey, what is that preety console output in phpstorm, that u have, what is that?

stasj