How to Use Table Actions in FilamentPHP - FilamentPHP for Beginners

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • Special thanks to Hostinger for sponsoring this video. Hostinger is an incredible web hosting provider where you can set up shared hosting, cloud hosting, VPS hosting, email hosting, and SSL certificates. Hostinger has made a name for itself due to its fast load times, simplicity, free domains, and powerful servers. Here’s my affiliate link for 10% off: www.hostinger.com/codewithdary
    In this tutorial, you will learn how to create and use actions in FilamentPHP. The tutorial is a continuation of the FilamentPHP series. The tutorial starts by defining a new Brand resource and creating a table overview for it. It then dives into the topic of actions, demonstrating how to define and group actions for resources. You will learn how to define the order in which a resource appears in the navigation menu, how to create custom actions and how to group them together.
    🔗 Links
    - Playlist: • Mastering FilamentPHP ...
    📚 New Udemy Course
    If you're looking to level up your Laravel skills? My new course "Mastering Laravel 10 Query Builder, Eloquent & Relationships" is the perfect opportunity. Learn the essential tools and techniques for building robust and scalable web applications with Laravel: www.udemy.com/course/masterin...
    💌 Newsletter
    Sign up for my free weekly email newsletter:
    newsletter.codewithdary.com/
    🔥 Resources
    - Twitter: / codewithdary
    - Instagram: / codewithdary
    - Blog: blog.codewithdary.com/
    - Patreon: www.patreon.com/user?u=30307830
    - GitHub: github.com/codewithdary
    - TikTok: / codewithdary
    ⌛Timestamps
    00:00 - Introduction
    02:46 - Defining Our Table Overview
    04:17 - Defining The Forms
    08:49 - Defining Actions
    11:26 - Grouping Actions
    12:40 - Outro
    #laravel #filamentphp #hostinger #codewithdary

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

  • @SahilKumar-bt2pf
    @SahilKumar-bt2pf 10 месяцев назад +2

    How to create a custom action button. On click of button a modal should open with some specific fields to edit and update. And also button to send mail or download PDF.

    • @alifallahrn
      @alifallahrn 10 месяцев назад

      Good point! I need it, too

    • @codewithdary
      @codewithdary  10 месяцев назад

      That's a video topic for in the future :)

  • @GergelyCsermely
    @GergelyCsermely 10 месяцев назад +1

    Nice job!

    • @codewithdary
      @codewithdary  10 месяцев назад

      Thank you so much Gergely!!

  • @JonasReyes
    @JonasReyes 10 месяцев назад +4

    Please, do you think it's possible that you can teach us the implementation of dependent selects? For example countries, states and cities?

    • @codewithdary
      @codewithdary  10 месяцев назад

      Not in this course, but definitely something I can do in the future :)

  • @GergelyCsermely
    @GergelyCsermely 10 месяцев назад +1

    Thanks

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

    Thank you

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

    thanks man ,

  • @vugarkhalil
    @vugarkhalil 10 месяцев назад +1

    Respect ❤

  • @wmafendi
    @wmafendi 10 месяцев назад +1

    awesome

  • @anmasa
    @anmasa 10 месяцев назад +4

    My congratulations, it has been a magnificent tutorial, as the colleague rightly says, it would be interesting to add import and export of excel and PDF. Greetings and a very good job, thanks for your time and of course to encourage you to delight us with new videos.😁

    • @codewithdary
      @codewithdary  10 месяцев назад +3

      Thank you so much! That's not a topic that I will add to this course but it is something that I'll be covering in the future when I make more Filament tutorials :)

  • @Maystro_eg
    @Maystro_eg 10 месяцев назад +1

    That was very good job, i've learned 100% of the tutorial and i made my personal RTL example with Arabic lang, but !! how to customize column header of table ( change it from text to icon ) like show eye icon on top of visibility column,

    • @codewithdary
      @codewithdary  10 месяцев назад

      Happy to hear that, thank you :)

  • @DevEager
    @DevEager 9 месяцев назад

    Hi Dary, may I ask if how to encrypt the id in url Edit page? and then decrypt that id for updating? I am searching on how to make that customization but I can't find any, sorry I am new in filament and livewire.

  • @JonasReyes
    @JonasReyes 10 месяцев назад +1

    thank you so much. I had an error when I wanted to edit products or brands without affecting the fields defined as unique, basically it did not allow me to save changes to the form. The solution was to incorporate in the declaration the argument: *->unique(ignoreRecord: true)*

    • @codewithdary
      @codewithdary  10 месяцев назад

      That is the right solution to it!

  • @debishreetripathy6966
    @debishreetripathy6966 7 месяцев назад +1

    How can I show the brand and category inside the product ? Please help me with this

    • @codewithdary
      @codewithdary  7 месяцев назад

      This series has a video about relationships :)

  • @FindWebX
    @FindWebX 10 месяцев назад +1

    ❤❤❤❤❤❤

  • @victorwaweru162
    @victorwaweru162 10 месяцев назад +1

    Great video, I was wondering if next time you might consider doing a tutorial about notifications, like custom notifications stored in a database for various resources. Anyway I have learnt a lot from this series. Keep up the good work and looking forward to more videos

    • @codewithdary
      @codewithdary  10 месяцев назад

      I will be covering notifications in this course but not too deep. That's something I will be doing in the future.

    • @victorwaweru162
      @victorwaweru162 10 месяцев назад

      That's still okay, looking forward to it. I am learning a lot from you@@codewithdary

  • @AmitErandole
    @AmitErandole 10 месяцев назад +1

    Can you cover creating custom actions please? Would be interesting to see some complex business logic involved in this

    • @codewithdary
      @codewithdary  10 месяцев назад +2

      Won't happen in this course, definitely something I'll be doing in the future.

    • @AmitErandole
      @AmitErandole 10 месяцев назад

      Yeah. That sounds cool

  • @muhammadnorafif6815
    @muhammadnorafif6815 10 месяцев назад +1

    any idea how i can make my own custom action? thanks in advance

  • @aakashdesai149
    @aakashdesai149 10 месяцев назад +1

    #cfbr