Тёмный
No video :(

Laravel Team Multi-Tenancy 3/3: Tenant Subdomains 

Laravel Daily
Подписаться 143 тыс.
Просмотров 22 тыс.
50% 1

Let's assign a subdomain for each of the teams/tenants, so they would be able to pick their subdomain at the registration.
Full 2.5-hour course: laraveldaily.t...
- - - - -
Support the channel by checking out my products:
- My Laravel courses membership: laraveldaily.t...
- Laravel QuickAdminPanel: bit.ly/quickad...
- Livewire Kit Components: livewirekit.com
- - - - -
Other places to follow:
- My weekly Laravel newsletter: bit.ly/laravel-...
- My personal Twitter: / povilaskorop

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@hoseahkiplangat
@hoseahkiplangat Год назад
Thank you so much for the helpful series, please help me understand how to validate unique per tenant. For example, a tenancy can have a model that have unique fields only within the tenant
@ush6939
@ush6939 2 года назад
Great Series, a video about how you made the website that hosted your courses, videos...etc would actually be great , how you managed payements , database ...etc
@LaravelDaily
@LaravelDaily 2 года назад
It's not my website, I use teachable.com as platform
@devcast6414
@devcast6414 Год назад
Thanks. Would you like to create a course where you will show how to create a multiple account switcher like google?
@abdallakaram5376
@abdallakaram5376 2 года назад
Very nice, but I suggest that you do two tutorials, the first is to build a small system sass and the second to build a small system with module ?
@LaravelDaily
@LaravelDaily 2 года назад
I'm planning to re-shoot my SaaS course on Teachable soon.
@abdallakaram5376
@abdallakaram5376 2 года назад
@@LaravelDaily great news we are waiting ❤️
@DevtaVaastu
@DevtaVaastu 2 года назад
great, i am facing issue how to ignore www. to not find for tenant just redirect to non-www domain?
@muhamedgomaa6307
@muhamedgomaa6307 2 года назад
i'm trying to host my Laravel app on subdomain on Huawei Cloud , i did work with static page but laravel app no ? Can you help ?
@himak21
@himak21 2 года назад
Perfect series ;)
@sohaibbahla1294
@sohaibbahla1294 Год назад
I have a question can we host a multi tenant app on laravel vapor ????
@nibirahmed6469
@nibirahmed6469 Год назад
my app remains to keep logged in if subdomain changed, please help
@elfannanda7029
@elfannanda7029 2 года назад
how to set and get session in 1 domain but 2 project? 2 ip
@ibahas
@ibahas 2 года назад
Thank you.
@maony5110
@maony5110 2 года назад
You can show about how save actions in laravel backpack
@LaravelDaily
@LaravelDaily 2 года назад
I don't use backpack so can't show it
@FlorinDonald
@FlorinDonald 2 года назад
Briliant 😍😍😍
@airotony8357
@airotony8357 11 месяцев назад
Hello sir can you help with the deployment of laravel tenant application that is subdomain based .Kindly?
@LaravelDaily
@LaravelDaily 11 месяцев назад
Sorry I don't have time to provide individual consultations, unfortunately.
@airotony8357
@airotony8357 11 месяцев назад
@@LaravelDaily thanks for the feedback or just a tutorial on deployment of the same
@LaravelDaily
@LaravelDaily 11 месяцев назад
I can't do a tutorial because it depends a lot on what kind of server environment you have.
@weblinedesigns
@weblinedesigns 2 года назад
I would like to use muilt tenant for a project. The project course selling site that allows other people to sell there own courses. Each person would have there down sub domain and own databases. My question Is i want both the main site and all the sub domains us the same routes just the content change per subdomain can this be done?
@LaravelDaily
@LaravelDaily 2 года назад
Yes it should be possible to be done, but impossible to explain in a short RU-vid comment.
@dnn6654
@dnn6654 2 года назад
Hello, do you have a laravel saas course with multiple databases?
@LaravelDaily
@LaravelDaily 2 года назад
laraveldaily.teachable.com/p/laravel-multi-tenancy-all-you-need-to-know this course talks about multiple databases, too, but it doesn't cover payments
@stevesango4855
@stevesango4855 2 года назад
Anyone point me to a tutorial on how to achieve the same with nodejs
@Adnankhan-bl3mc
@Adnankhan-bl3mc 2 года назад
Is laravel multi tendency compatible with livewire?
@LaravelDaily
@LaravelDaily 2 года назад
Those are two different things. Laravel multi-tenancy is about structuring the back-end data, and Livewire is about how to present things on the front-end dynamically.
@Adnankhan-bl3mc
@Adnankhan-bl3mc 2 года назад
@@LaravelDaily Anyway i have integrated it.
@v3ct0r76
@v3ct0r76 2 года назад
Hello, I've got a one question, Is it possible to run it on apache? I'm using laragon and the subdomains don't works :(
@LaravelDaily
@LaravelDaily 2 года назад
I don't use laragon so unfortunately can't help
@v3ct0r76
@v3ct0r76 2 года назад
​@@LaravelDaily on live server with apache it doesn't work too, Do I have to use nginx?
@LaravelDaily
@LaravelDaily 2 года назад
I haven't used apache for many years now, so can't help either. I create servers with digital ocean via Laravel forge, mostly, and they use nginx.
@v3ct0r76
@v3ct0r76 2 года назад
@@LaravelDaily ok, thanks :) You are doing great job on yt, btw :)
@user-yy3hc5pk1u
@user-yy3hc5pk1u 2 года назад
Did you maybe need to add entries in your hosts file (On windows usually C:\Windows\System32\drivers\etc\hosts). For example: 127.0.0.1 xxxxx.test for main domain, but you should also add other subdomains for example: 127.0.0.1 sub1.xxxxx.test 127.0.0.1 sub2.xxxxx.test Not test it yet.
@xiaolp
@xiaolp 2 года назад
SSO series?
@LaravelDaily
@LaravelDaily 2 года назад
Not in plans, too niche subject and too complex, only small portion of developers actually need it.
Далее
Laravel Code Review: Multi-Tenancy, Events and Queues
14:40
拉了好大一坨#斗罗大陆#唐三小舞#小丑
00:11
DB Column Names: Tips for Suffix/Prefix
3:21
Просмотров 3,9 тыс.
Eloquent Performance: TOP 3 Mistakes Developers Make
7:59
Laravel Security: Top 7 Mistakes Developers Make
11:16
Laravel Migrations: 12 Useful Tips in 12 Minutes
12:06