Creating a landlord application to manage our tenants (with Laravel and Filament Admin)

  Рет қаралды 15,833

Kompute’s Edge

Kompute’s Edge

Күн бұрын

Пікірлер: 42
@hiz5380
@hiz5380 2 жыл бұрын
Thank you for the tutorial. That Ray package is looks awesome.
@kedotdev
@kedotdev 2 жыл бұрын
Ray is pretty cool. Have you tried it yet?
@AriusTigger
@AriusTigger 2 жыл бұрын
Thanks for making the video, I enjoy it, also makes make me fill curiosity about filament thus I work with nova but this runs with vuejs so... I feel that I don't want to mess to much with javascript
@Sop7anaAllah
@Sop7anaAllah 2 жыл бұрын
Thank you Mike for the great tut Can you please increase your font size during video recording to make it easier to read for us who wear glasses 🤓 And I have a question : how to create sub-domains dynamically from laravel in cPanel? I want to create database and sub-domain on tenant registration automatically.
@kedotdev
@kedotdev 2 жыл бұрын
Hi Mohammad, thanks for the feedback. I'll definitely pump up my fonts for you. Subdomains in cPanel can be a little tricky because cPanel uses virtual hosts. A virtual host is an Apache (web server) directive that keeps the users, permissions, directories all separate from other users on the server. I haven't tried this method, but this might work: www.namecheap.com/support/knowledgebase/article.aspx/9191/29/how-to-create-a-wildcard-subdomain-in-cpanel/#:~:text=Wildcard%20subdomain%20allows%20you%20to,set%20for%20the%20wildcard%20subdomain. Even though I've never tried handsfree subdomains in cPanel, I do have quite a bit of experience w/ CentOs, WHM, and cPanel. The article above seems to describe what you are looking for. The only difference I would make is attempting to configure the DNS outside of cPanel (as my DNS is generally hosted on a separate server). If I get some free time next week, I would love to make another video attempting to setup cPanel to support wildcard sub domains!
@zen_code
@zen_code 2 жыл бұрын
@@kedotdev This would be good, Mike. It would be great if the users can register by themselves and got the subdomain and database automatically added for each user. Q: With this setup, can we manage all the users data from the landlord side? E.g. Get the data of all the users from their db and manage it from our admin panel in the landlord side
@FsdYT
@FsdYT 9 ай бұрын
No new video for this part? with tenants having their own filament dashboard? or is it just for the admin to manage tenants using filament?
@JamesAutoDude
@JamesAutoDude Жыл бұрын
Filament 3 now has multi tenancy, this new version may work great for this! I'm creating a similar thing now in v3.0 :)
@rafalmo6777
@rafalmo6777 2 жыл бұрын
Very great Tutorial, I hope you will release more.
@kedotdev
@kedotdev 2 жыл бұрын
Thank you. What topics interest you?
@NickEscobedo
@NickEscobedo Жыл бұрын
What screen recording software are you using? Great tutorial, greatly appreciated!
@shashikantmarskole
@shashikantmarskole 2 жыл бұрын
Thank you for the Tutorial , Mike
@oscarcontreras7848
@oscarcontreras7848 Жыл бұрын
Hi, Thank for the video. I could not be able to understand at the end if it were a Multi-Database Tenant o single Database tenant?
@relaxingstuff2648
@relaxingstuff2648 Жыл бұрын
How can we do multi-tenancy for Laravel API having SPA applications as the front end like Vue.js? both for domain and subdomain .
@chigozieikuru2563
@chigozieikuru2563 2 жыл бұрын
great tut💯 but quick question, at 1:33 you got an error after creating the filament admin user, "Route not defined", I'm getting the same error, how do I fix it?
@darlleybrito4198
@darlleybrito4198 2 жыл бұрын
up
@kedotdev
@kedotdev 2 жыл бұрын
How about running: php artisan optimize This fixes most route issues when a new route is defined.
@FindWebX
@FindWebX 2 жыл бұрын
Is this not working with laravel jetstream. I am getting a problem. If you can please upload a new video this package with laravel jeatstram. Thank you for sharing your knowledge with us sir
@tomjerry-nx9dl
@tomjerry-nx9dl Жыл бұрын
i am confused on tencent with hasmany domain. shouldn;t it be tenant hasone domain?
@themescode
@themescode 2 жыл бұрын
0:44 which application did you use create the diagram ? Thanks
@nukious
@nukious 2 жыл бұрын
Lucidchart
@kedotdev
@kedotdev 2 жыл бұрын
That’s it!
@knowsar
@knowsar Жыл бұрын
How can we set this up with laravel nova for both landlord and tenants
@joseluisUnix
@joseluisUnix Жыл бұрын
Hola, tu me puedes decir que app utilizas para hacer un dibujo de tí, gracias
@kedotdev
@kedotdev Жыл бұрын
Lucid Charts 🚀
@joseluisUnix
@joseluisUnix Жыл бұрын
@@kedotdev no encuentro la opción para hacer un dibujo de mi rostro ?
@pedros.s.7045
@pedros.s.7045 2 жыл бұрын
Good job
@kedotdev
@kedotdev 2 жыл бұрын
Thank you
@behappey8494
@behappey8494 2 жыл бұрын
how much cost i have project ecommerce website i want convert to multi-tenancy how much cost if i want this as service from you
@imvolkankaban
@imvolkankaban 2 жыл бұрын
I have a couple of questions, how can I DM you?
@kedotdev
@kedotdev 2 жыл бұрын
Hi - feel free to ask them here or reach me @mi_ke_dev on Twitter.
@mohamadcheaib
@mohamadcheaib Жыл бұрын
How to customize the Dashboard
@kedotdev
@kedotdev Жыл бұрын
Using Filament? Check the docs!
@gabrielLlanesMX
@gabrielLlanesMX Жыл бұрын
How configure ngnix for multi tenant? local, debian
@kedotdev
@kedotdev Жыл бұрын
For a top level domain? You need to setup a wildcard domain. Checkout nginx.org/en/docs/http/server_names.html
@gabrielLlanesMX
@gabrielLlanesMX Жыл бұрын
@@kedotdev Thanks for answering, it is local for .test domains
@kedotdev
@kedotdev Жыл бұрын
Oh, you can use a local dns proxy. On my Mac, I use dnsmasq: gist.github.com/eloypnd/5efc3b590e7c738630fdcf0c10b68072
@gabrielLlanesMX
@gabrielLlanesMX Жыл бұрын
@@kedotdev Gracias, lo probaré, saludos!!
@aurelianspodarec2629
@aurelianspodarec2629 2 жыл бұрын
I did the same thing as you, but failed when logging in. I have the latest PHP version as well. I got this error in the browser console. ``` Uncaught SyntaxError: Illegal return statement (at livewire.js?id=c69d0f2801c01fcf8166:13:148354) login:269 Uncaught ReferenceError: Livewire is not defined at login:269:27 (anonymous) @ login:269 app.js?id=f98decb96486da63f19555688c591382:8 Uncaught SyntaxError: Unexpected token '{' (at app.js?id=f98decb96486da63f19555688c591382:8:6) ``` All I did is install filament like you did. I can't figure this out. Do you know what the issue could be? I'm also on Windows, using apache and laragon.
@kedotdev
@kedotdev 2 жыл бұрын
Try npm run watch. See if it builds. You might need to run npm install first.
@aurelianspodarec2629
@aurelianspodarec2629 2 жыл бұрын
@@kedotdev Hey, thanks for trying to help. I figured out the issue was something was off with the vendor and composer file, so I deleted the vendor and put on laravel 9 composer file, and it worked ^^
Adding multi tenancy to an existing Laravel web application
21:45
Kompute’s Edge
Рет қаралды 28 М.
Laravel Guards. Подробно о механизме работы
24:05
Lectoria. Обучение веб-разработке.
Рет қаралды 4,3 М.
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 79 МЛН
Synyptas 4 | Жігіттер сынып қалды| 3 Bolim
19:27
kak budto
Рет қаралды 1,2 МЛН
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
Multi-tenancy in Laravel
1:24:05
JustSteveKing
Рет қаралды 6 М.
Making Multi-Tenancy with JetStream
49:26
Bitfumes - AI & LLMs
Рет қаралды 18 М.
Multitenancy in Laravel: Migrations, Testing, and switching tenants
12:02
Learnings from our multi-tenant Laravel application
9:58
Sabatino Develops
Рет қаралды 15 М.
NEW in Filament 3: Multi-Tenancy
12:14
Laravel Daily
Рет қаралды 16 М.
Laravel Filament Shield Plugin in multiple panels
20:27
Tony Xhepa
Рет қаралды 6 М.
Making Laravel apps tenant aware using laravel-multitenancy
57:41
Freek Van der Herten
Рет қаралды 25 М.
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47