Тёмный
No video :(

Making Multi-Tenancy with JetStream 

Bitfumes - AI & LLMs
Подписаться 133 тыс.
Просмотров 18 тыс.
50% 1

Working with spatie tenancy package and setting up JetStream to work with every tenant but not for central app
This would include playing with livewire, inertial and middleware alot

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

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 57   
@andycx2
@andycx2 3 года назад
We need a tutorial on tenancyforlaravel
@thijs7448
@thijs7448 2 года назад
+1 This would be amazing.
@RUDEBOYSHARFU
@RUDEBOYSHARFU 3 года назад
Hi, Can you please post a video regarding roles and permissions in laravel 8?
@AhsanKhan89
@AhsanKhan89 Год назад
How to set different database users for tenant and landlord databases?
@ChandraShekhar-rg9uy
@ChandraShekhar-rg9uy 3 года назад
Dear sir, would you please make tutorial on multistep registration with progress bar. user can also complete these steps other time when user need and completed step page dont show agin when user login. Thank You
@pushpenbanerjee9625
@pushpenbanerjee9625 3 года назад
Sir Thanks for your great video. Please make another video as Part-2 for central app of tenant Thanks Again.
@ndhumal41
@ndhumal41 3 года назад
Sir can u create two different authentication for frontend and admin with Jetstream....i am not able understand how to do that..
@ndhumal41
@ndhumal41 3 года назад
Yes sir, it's very much demanded video..
@danoluborode
@danoluborode 3 года назад
Make use of user roles (isAdmin) and use that to generate your routes.
@rahulxarma
@rahulxarma 3 года назад
Really awesome tutorial. 👌
@MultiPitshou
@MultiPitshou Год назад
I would like to understand one thing. With multiple DB, does that mean if the app has 1 Million tenants there will be 1 Million DB?
@sirius8ly
@sirius8ly 2 года назад
Thanks for the great video. Any clues on where to look to fix this: Target class [currentTenant] does not exist. (??? Thank you in advance.
@thedhruvjoshi
@thedhruvjoshi 3 года назад
thanks you so much
@thedhruvjoshi
@thedhruvjoshi 3 года назад
sarthak bhai
@ABHISHEKKUMAR-ne3rk
@ABHISHEKKUMAR-ne3rk 3 года назад
What is exactly mean of multi-tancy what is purpose of it ?
@bangje8498
@bangje8498 3 года назад
have you ever use blogspot? when u register to blogspot u will get a domain with your name for ex. abhishek.blogspot.com, so every user have their own domain.
@JACKoPL
@JACKoPL 2 года назад
For some time now, I've been thinking about one Laravel app for many separate subdomains. But with one common database of users who do not have to register on each subdomain. As I understand it, this can be multitenancy. The mere transfer of migration to a landlord / tenant is probably not enough. Unless the docs is described somehow. I have to bury my English through a translator not always understandable.
@sirius8ly
@sirius8ly 2 года назад
Hello. I have tried to get your tutorial working three times and keep getting stuck at the 17 minute mark. Target class [currentTenant] does not exist. Any help appreciated.
@kuldeepgaud4891
@kuldeepgaud4891 2 года назад
please make a video on stancl multitanancy
@pushpakchhajed8845
@pushpakchhajed8845 3 года назад
Great video. Please make some videos on design patterns in laravel.
@umerfarooqchattha5685
@umerfarooqchattha5685 2 года назад
how we can set laravel tenants api with using subdomain
@ShahidAnsari-mh8cs
@ShahidAnsari-mh8cs 2 года назад
How can automatically create database when user registration
@waqaskhan9944
@waqaskhan9944 3 года назад
i have a question .. there is a problem in that how we can handle the localhost login error while with the tenant is not getting the error
@umarzahid4035
@umarzahid4035 2 года назад
Hi, when I apply middleware tenant in API route I'm getting error Session store not set on request. how can i fix??
@LearnWithAmber
@LearnWithAmber 3 года назад
Hi how to setup the subdomain in cpanel for this one? Do I need to set wilcard subdomain point to the application or the main domain? Thank you @Bitfumes
@amineadj6680
@amineadj6680 2 года назад
Hello can you please help me to put project laravel Multi-tenant with Multi-database : I want to create user database, for example in my system there are two user A and B. I have a master Database and two database user_a (for user A) and user_b (for user B). In master Database i have the all users information. Now what i want, when user A logged in system it access user_a database, and when user B logged in database connection should be user_b database. Can you please help me, Thank you
@someguytu
@someguytu 3 года назад
Just curious why not use sql lite ? this way you can just create databases without haveing to create each one manually.
@middlecloud8725
@middlecloud8725 3 года назад
Awesome tutorial. Can you please tell me what is your setup for zsh ? And if you have a repo with dot files ?
@Bitfumes
@Bitfumes 3 года назад
Check gist.github.com/sarthaksavvy
@christostsangaris4785
@christostsangaris4785 3 года назад
Keep it up!
@AjayPatel-ip2dv
@AjayPatel-ip2dv 3 года назад
Any special requirements for the deployment? server or something else...
@AbhinaySethi
@AbhinaySethi 3 года назад
Hey man, Thanks for the tutorial. I am starting a new application. Everything is good in case of tenant. What if I need a Dashboard for Landlord. I am unable to login or do anything when i am on localhost:8000
@kevinwakhisi7001
@kevinwakhisi7001 2 года назад
does this also support spa applications?
@rakshithshetty6781
@rakshithshetty6781 3 года назад
Can you make notifications icon for password change and new admin added notifications.
@atoz4541
@atoz4541 3 года назад
multi tenancy spatie route slugs problem - Route::domain('{tenant}.localhost')->middleware('tenant')->group(function(){ Route::prefix('owner')->middleware(['auth', 'owner'])->group(function () { Route::get('/Entries/edit/{id}',function($id){ echo $id; }); }); }); output gives tenant name
@ghyanmitrajiblapnor444
@ghyanmitrajiblapnor444 3 года назад
This package is open source or paid package?
@Satheeshkumar-dv1uu
@Satheeshkumar-dv1uu 3 года назад
Check pronounce for tenant
@yazidthedev4281
@yazidthedev4281 3 года назад
Hello sur do you think laravel ui auth will disapear.
@Bitfumes
@Bitfumes 3 года назад
Yes it is check this github.com/laravel/ui#introduction
@yazidthedev4281
@yazidthedev4281 3 года назад
@@Bitfumes thanks you for the answer, i m disaponted because on jetstream the login form is not interactive like livewire.
@offsideplayer
@offsideplayer 3 года назад
No it will not, Taylow Otwell made a video about it and laravel UI will be supported through all the upcoming versions, indefinitely, so don't worry :)
@yazidthedev4281
@yazidthedev4281 3 года назад
@@offsideplayer thank s you for the answer , do you use livewire .
@offsideplayer
@offsideplayer 3 года назад
@@yazidthedev4281 I am learning how to use livewire and I'll use it
@zitsbd
@zitsbd 3 года назад
Bro I cannot change my profile picture, why it's happend
@Bitfumes
@Bitfumes 3 года назад
what you are getting
@WillanCorreia
@WillanCorreia 3 года назад
Are you going to do a video on tenancy for laravel?
@Bitfumes
@Bitfumes 3 года назад
yup, also for In Depth Laravel
@puspaksahu9387
@puspaksahu9387 2 года назад
@@Bitfumes hi bro.....is this available now....
@puspaksahu9387
@puspaksahu9387 2 года назад
have you done this....
@yoskokleng3658
@yoskokleng3658 4 месяца назад
We need a tutorial on tenancyforlaravel
@Bitfumes
@Bitfumes 4 месяца назад
sure
@yoskokleng3658
@yoskokleng3658 4 месяца назад
in the video, u have change in db config from tenant -> database to null, because it will come from table of db landlord, but how to set db config of DB_User and DB_Password too? Because i use cpanel in share hosting, 1 user with 1 database. i don't have super user for database. thanks@@Bitfumes
Далее
Multi-tenancy in Laravel
1:24:05
Просмотров 3,8 тыс.
How This New Battery is Changing the Game
12:07
Просмотров 212 тыс.
NEW in Filament 3: Multi-Tenancy
12:14
Просмотров 16 тыс.
Laravel 11: Multi-Tenancy with Multiple Databases
8:23
Learnings from our multi-tenant Laravel application
9:58
Laravel Jetstream: Add CRUD with User Roles
16:51
Просмотров 153 тыс.