Add widgets to resource pages | Filament 3 Tutorial for Beginners EP22

Поделиться
HTML-код
  • Опубликовано: 13 июл 2024
  • Welcome to our Filament php 3 course, in this video we cover how you can add widgets to resource list, create and edit pages with just a few lines of code.
    Filament 3 documentation link for topics covered:
    filamentphp.com/docs/3.x/pane...
    filament stats widget video:
    • Stats widgets | Filam...
    Course Playlist ( next episode ):
    • Filament 3 course for ...
    My Livewire 3 Course :
    • Laravel Livewire 3 Cou...
    If you would like me to make more Filament 3 videos, please let me know by liking the video and commenting what you like to learn next.
    What is Filament PHP:
    A free and open source admin panel builder for laravel using the TALL stack that allows you to build beautiful admin panel pages in just a few minutes.

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

  • @chrisallen5548
    @chrisallen5548 3 месяца назад +3

    Thanks

    • @yelocode
      @yelocode  3 месяца назад

      Thank you for the super thanks.

  • @user-ld8qt2pq8p
    @user-ld8qt2pq8p 4 месяца назад +1

    Great vid. Keep posting.

  • @DeathbreakerXX
    @DeathbreakerXX 3 месяца назад +1

    nice work, great tutorial

    • @yelocode
      @yelocode  2 месяца назад

      Thanks for watching.

  • @muhammadaziz_ismoilov
    @muhammadaziz_ismoilov 4 месяца назад +1

    Your videos are good. Keep going bro 🙂👍

    • @yelocode
      @yelocode  4 месяца назад

      Thank you, I will

  • @miladseifoori6645
    @miladseifoori6645 4 месяца назад +1

    Good job bro

    • @yelocode
      @yelocode  3 месяца назад

      Thank you Milad

  • @user-ym6qd9lt2l
    @user-ym6qd9lt2l 4 месяца назад

    How do you get the value of a form field from the resource inside the widget on the create form? Do I need to use JavaScript to bind to the change event, say on a select field, or is there a filament way?

  • @ahmadrezaishan9191
    @ahmadrezaishan9191 4 месяца назад

    could you please create new EP about filament tree? how to create something like JsTree in filament with crud?
    I really love your courses And I really want you to make this new part faster❤

  • @HamadAbdulla_7
    @HamadAbdulla_7 4 месяца назад +1

    😍😍😍

    • @yelocode
      @yelocode  4 месяца назад

      Thanks for watching Hamad🙏

  • @romanbush5164
    @romanbush5164 2 месяца назад

    Tell me how to insert a widget inside a tab, for example a table in EditRecord. I would like a lesson like this

  • @ahmadrezaishan9191
    @ahmadrezaishan9191 4 месяца назад

    How to customize login form? For example using username instead of email.

  • @ahmednagi6066
    @ahmednagi6066 4 месяца назад +1

    good job. i need login from admin guard not user how can do this??

    • @kavitarthakur4795
      @kavitarthakur4795 2 месяца назад

      Create admin..model..and register guard to config/auth....and finally add ->authGuard('admin') in adminpanelprovider