No video

Learn Laravel Filament full tutorial: Build powerful admin panels with ease

  Рет қаралды 61,857

Tony Xhepa

Tony Xhepa

Күн бұрын

Пікірлер: 81
@tonyxhepaofficial
@tonyxhepaofficial 11 ай бұрын
Learn Laravel Filament full tutorial: Build powerful admin panels with ease
@bassarouyacoubou9764
@bassarouyacoubou9764 Ай бұрын
I recently followed this Filament Laravel tutorial, and I must say it exceeded my expectations. The tutorial is exceptionally well-structured, providing clear and concise explanations for each step of the process. The practical examples and detailed code snippets made it easy to understand how to integrate Filament into a Laravel project. I especially appreciated the troubleshooting tips and best practices shared throughout the tutorial. This resource is invaluable for both beginners and experienced developers looking to enhance their Laravel applications with Filament. Highly recommended!
@bluehead_info
@bluehead_info 9 ай бұрын
For beginners it's worth to add that in the infolist components and form components there may be a conflict for Section and TextEntry. you may want to use all 4 in the same time. I got this solved adding "as" use Filament\Forms\Components\Section; use Filament\Forms\Components\TextEntry; use Filament\Infolists\Components\Section as InfoSection; use Filament\Infolists\Components\TextEntry as InfoTextEntry; then amend the code with right Classes Names. Took me a while to figure it out.
@sina9707
@sina9707 8 ай бұрын
So far the best and most complete tutorial I saw. thanks man!
@ahmadsalleh8756
@ahmadsalleh8756 6 ай бұрын
From Egypt, Thanks so much for your efforts sir 💙
@zafiroula100
@zafiroula100 3 ай бұрын
Saved it to watch and follow along later, you're the best🎉
@subhadipghorui2216
@subhadipghorui2216 6 ай бұрын
Awesome course on Filament 3. All in one video.
@haiffy
@haiffy 10 ай бұрын
Thank you, I needed this. I've been using PHP native (yes it's still widely used in my country) for a while and I think it's time to learn Laravel.
@haiffy
@haiffy 10 ай бұрын
Damn, I would have never known we can make admin dashboard this easy if it weren't for you
@tonyxhepaofficial
@tonyxhepaofficial 10 ай бұрын
Glad it was helpful!
@beforeidissapear7473
@beforeidissapear7473 9 ай бұрын
Omg, here is Surtr enjoyer)
@natsoe9532
@natsoe9532 6 ай бұрын
Thanks a lot for your complete tutorial with excellent quality
@tonyxhepaofficial
@tonyxhepaofficial 6 ай бұрын
You are welcome!
@hamzasami6041
@hamzasami6041 4 ай бұрын
Hello Sir, I am impressed. That's really nice
@-shapesh1ft3r35
@-shapesh1ft3r35 7 ай бұрын
This was clear and on the point. Thank you!
@codegeek-il5fm
@codegeek-il5fm 10 ай бұрын
Tony, this is incredible. Thank you for putting in the work.
@Baljinnyam123
@Baljinnyam123 2 ай бұрын
tnx a lot, it helped my project sufficiently
@potantirittisak8494
@potantirittisak8494 2 ай бұрын
Super helpful! Thank you!
@LongHeng369
@LongHeng369 5 ай бұрын
Thank from Cambodia ❤
@musicreel8637
@musicreel8637 20 күн бұрын
Thanks so much Tony. Please what app do you use for screen recording???
@user-zn7fm1su8x
@user-zn7fm1su8x Ай бұрын
In case you have problem installing filament with fresh laravel: `$ composer require filament/filament="3.2.57" -W `
@mustafadundarcelebi1974
@mustafadundarcelebi1974 9 ай бұрын
Thank you very much, excellent tutorial
@juliaof.kataleko7595
@juliaof.kataleko7595 10 ай бұрын
I finished this video. Thanks so much!!!!!!!!!!!!
@ziyadalqurashi
@ziyadalqurashi 10 ай бұрын
THANK YOU VERY MUCH BRO.. EXCELLENT TUTORIAL
@ClarkWayneCodes-yx4vw
@ClarkWayneCodes-yx4vw Ай бұрын
Can you tell me what auto-completion extension you are using? thank you!
@acjshook
@acjshook 9 ай бұрын
Well done.
@obadaalzidi6452
@obadaalzidi6452 Ай бұрын
Is there anyway to extract the duplicate code from CountryResource\RelationManagers\EmployeeRelationManager & EmployeeResource to a trait maybe? Because I find it impractical to redefine the same logic for the form(), table() etc.. methods.
@jesusperdomo8388
@jesusperdomo8388 9 ай бұрын
Thank you Tony, it is possible to implement Progressive web app (WPA) in laravel with filamentPHP.
@acjshook
@acjshook 9 ай бұрын
Thanks!
@tonyxhepaofficial
@tonyxhepaofficial 9 ай бұрын
Thank you veri much
@learnwithyan
@learnwithyan 3 ай бұрын
thx for that great tutorial
@iamadriansantos
@iamadriansantos 4 ай бұрын
thank you very much!
@neovicegmbh
@neovicegmbh 10 ай бұрын
thank you very much sir!
@s1mple-youtube24
@s1mple-youtube24 6 ай бұрын
If there are too many plugins it feels slow
@mohamedelrefaiy
@mohamedelrefaiy 7 ай бұрын
many thanks for that video but i can not fix the following error Class "NumberFormatter" not found, can you help ?
@chameeragamage1526
@chameeragamage1526 8 ай бұрын
I have an error, MenuItems visible() isn't existing method. How can fix this?
@winex01
@winex01 9 ай бұрын
hello, im new to Laravel Filament and i just tried it, i encounter a problem if i remove the /admin in the URL i got an error. i change the code from ->path('admin') to ->path('') beacuse that what is written in the docs. but it's giving me an error. Error: Route [filament.admin.pages.dashboard] not defined.
@mushypeeze3545
@mushypeeze3545 6 ай бұрын
Hoiw do you display the phone code without the cvomma separator?
@davidmutua6971
@davidmutua6971 7 ай бұрын
Hi Tony. I keep getting Route [login] not defined. after running php artisan make:filament-resource User --generate --view
@cwdev2545
@cwdev2545 5 ай бұрын
What VS Code theme do you use?. thanks 😊
@mtoufiqulislam4523
@mtoufiqulislam4523 10 ай бұрын
can you please show some custom actions how to perform in filament? Like want to Active/Deactive employee accounts and invoice generation for employee ?
@arham_khan_official
@arham_khan_official 10 ай бұрын
thank you so much for amazing tutorial, can you please tell me about how you get filament autocomplete and auto import ???
@tonyxhepaofficial
@tonyxhepaofficial 10 ай бұрын
I use VS Code Extensions kzbin.info/www/bejne/j6TKenmtlMere6ssi=ooIaM5lmEaRofGJn
@Happihours
@Happihours 10 ай бұрын
Am getting a 0 on the email field, and i have been not able to login to the admin panel till now. Just saying "The email address field must be a valid email address." and everytime i refresh the page the email input automatically write 0 as the first option. WHAT CAN I DO, KINDLY HELP
@beticohernandez9536
@beticohernandez9536 5 ай бұрын
Hello. I have tried to do your project but I always get this ad when I install filament. Installation failed, reverting ./composer.json and ./composer.lock to their original content. What will it be? composer is with the latest update.
@tonyxhepaofficial
@tonyxhepaofficial 5 ай бұрын
You can't install filament??
@kiezu
@kiezu 3 ай бұрын
are u use laravel 11? i think u should edit file php.ini, change ;extension=intl and ;extension=zip to extension=intl , extension=zip. for version installing use version 3.2.57 composer require filament/filament="3.2.57" -W and dont forget to install liveWIre before installing filament
@MuhamDaily
@MuhamDaily 8 ай бұрын
Check point: 1:16:49
@jeffkimani2996
@jeffkimani2996 11 ай бұрын
Thank you
@millennia
@millennia 11 ай бұрын
Thank you for your work.. can we please have a laravel next js 13 auth tutorial ☹️
@Ploxsource
@Ploxsource 11 ай бұрын
Use Laravel Breeze
@joselife-on4029
@joselife-on4029 9 ай бұрын
Hi Tony, thanks for the tutorial, I am from Argentina. Question, I have 1 model User (hasMany) conected to model Post and when I want add new post I must choise for 1 user, but I want the user selected because it is the user session. this field must be included into the post and not to select. Sorry for my poor English
@tonyxhepaofficial
@tonyxhepaofficial 9 ай бұрын
So you have user model with hasMany posts relation? If so OK. You don't need to select the user.
@coltonwilliams1565
@coltonwilliams1565 10 ай бұрын
Thanks for this video. What theme is this in VS code ? I like your colors
@tonyxhepaofficial
@tonyxhepaofficial 10 ай бұрын
I use Aura and Ayu
@joergbuesing5081
@joergbuesing5081 8 ай бұрын
Hi Tony, Thanks for your work Great Tutorial , but... I have one issue. In the Filter and Tab Section, the show All and this week Tab is working fine, but the this Month or this Years Tab, shows also data from the month/year before the actual month/year. Any Idea how to fix this?
@vs-_-hero4343
@vs-_-hero4343 6 ай бұрын
Any update??
@vs-_-hero4343
@vs-_-hero4343 6 ай бұрын
I found the problem, it is syntax problem check your code in badge
@VelavanPalani
@VelavanPalani 11 ай бұрын
Can we use the filament multi tenant in api for react native
@Limit_of_X
@Limit_of_X 11 ай бұрын
Nice tutorial ,do you know how to make bulk action export on pdf and excel in filament?
@user-de6bt9uu1e
@user-de6bt9uu1e 11 ай бұрын
search for a filament plugin called excel export
@itdigger-backenddeveloper8942
@itdigger-backenddeveloper8942 11 ай бұрын
thank you for tutorial. But there is not lesson about custom pages. For example if we want to hav a page "Settings" in admin panel and to have several input forms in that page. And custom routes for that page. It's strange that no one do that in their tutorials.
@archiseino
@archiseino 10 ай бұрын
Hi mate, which extension did u use to import class or method automatically?
@davidmutua6971
@davidmutua6971 7 ай бұрын
php namespace resolver
@syahrulanwar83
@syahrulanwar83 11 ай бұрын
Great
@zabatech
@zabatech 4 ай бұрын
need some help cloned your repo but am getting a 500 | server error
@zabatech
@zabatech 4 ай бұрын
found the solution, its a missing .env file
@user-sq4rb7nf9f
@user-sq4rb7nf9f 5 ай бұрын
42:25
@hetjani3562
@hetjani3562 7 ай бұрын
i got error 01:07:33 App\Filament\Resources\EmployeeResource::App\Filament\Resources\{closure}(): Return value must be of type Filament\Notifications\Collection, Illuminate\Support\Collection returned can someone solve this
@vs-_-hero4343
@vs-_-hero4343 7 ай бұрын
Any news I encountered same error
@vs-_-hero4343
@vs-_-hero4343 7 ай бұрын
After 1 hour of trying to solve this problem, I noticed that the imported class of collection should be changed to use Illuminate\Support\Collection; This solved my problem
@vugarkhalil
@vugarkhalil 11 ай бұрын
Wow❤
@asipbajrami
@asipbajrami 10 ай бұрын
U from Albania?
@israelterorisprikopat
@israelterorisprikopat 11 ай бұрын
Huahhhhhh ❤❤❤
@amindusaputhanthri
@amindusaputhanthri 10 ай бұрын
@eramitgupta271
@eramitgupta271 11 ай бұрын
Laravel Livewire 3 select 2 is not working When I am uploading files, like photos, and videos, select 2 is not working after that, how do I fix it? please help me wire:ignore I have used it but it is required but the error is not showing.
@Bevallalom
@Bevallalom 11 ай бұрын
Possibly you need to use document.addEventListener('livewire:init', () => {...}) To re-initialize it. Check the documentation.
@IteamInnovation
@IteamInnovation 11 ай бұрын
Thank you
This UI component library is mind-blowing
8:23
Beyond Fireship
Рет қаралды 654 М.
PHP is the future
34:27
Aaron Francis
Рет қаралды 174 М.
Yum 😋 cotton candy 🍭
00:18
Nadir Show
Рет қаралды 7 МЛН
ROLLING DOWN
00:20
Natan por Aí
Рет қаралды 11 МЛН
How to scale Laravel: beyond the basics (Advanced Laravel Scaling)
9:04
Sabatino Talks Dev
Рет қаралды 10 М.
The Tools I Use to Build Products in Laravel
19:00
Josh Cirre
Рет қаралды 25 М.
Generating a Laravel Nova panel in minutes with Vemto 2
1:26
Vemto for Laravel
Рет қаралды 187
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 552 М.
Laravel + Livewire todo app (and so much more)
16:41
Aaron Francis
Рет қаралды 40 М.
FilamentPHP Quotes & Invoices
2:07
Njuguna Mwangi
Рет қаралды 862
"The Life & Death of htmx" by Alexander Petros at Big Sky Dev Con 2024
23:01
Montana Programmers
Рет қаралды 54 М.
16 Laravel Filament Multi-Tenancy - FilamentPHP V3 Tutorial
23:53
20 Laravel Filament Widgets for Different Panels
21:47
Tony Xhepa
Рет қаралды 15 М.
Yum 😋 cotton candy 🍭
00:18
Nadir Show
Рет қаралды 7 МЛН