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

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024

Комментарии • 81

  • @tonyxhepaofficial
    @tonyxhepaofficial  11 месяцев назад +15

    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 месяцев назад +5

    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 месяцев назад +3

    So far the best and most complete tutorial I saw. thanks man!

  • @ahmadsalleh8756
    @ahmadsalleh8756 6 месяцев назад +1

    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 месяцев назад +1

    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

  • @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 месяцев назад +1

    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 месяцев назад +1

    Thank you Tony, it is possible to implement Progressive web app (WPA) in laravel with filamentPHP.

  • @acjshook
    @acjshook 9 месяцев назад +1

    Thanks!

  • @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 ruclips.net/video/YsgIFw_bxEI/видео.htmlsi=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

  • @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?

  • @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