Filament Plugin: Select Tree for Multi-Level Categories

Sdílet
Vložit
  • čas přidán 10. 09. 2024

Komentáře • 13

  • @CodingWithDennis
    @CodingWithDennis Před měsícem +7

    Thank you so much for featuring my plugin! I really appreciate it. If anyone has any suggestions or ideas, feel free to share them on the official Filament Discord in my plugin channel.

    • @wagnerbugs
      @wagnerbugs Před měsícem +1

      Thanks for creating plugins.

  • @emmanuelingelaere8500
    @emmanuelingelaere8500 Před měsícem +1

    Great plugin! And yes, it's such a pity docs don't include more screenshots. Sometimes a plugin sounds intresting to me, but without screenshots it takes too much time to figure out what exactly it does.

  • @FabianOber
    @FabianOber Před měsícem

    Nice video. Just found your channel. Really cool and helpfull!

  • @goetzmannmarcel7367
    @goetzmannmarcel7367 Před měsícem

    Hi
    looks nice and very useful!
    Does it also support multiple selektion?
    Thanks

  • @PabloZagni
    @PabloZagni Před měsícem

    It would be nice a CRUD for categories

  • @devhammed
    @devhammed Před měsícem +1

    I will definitely be using this in my current project!

  • @PabloZagni
    @PabloZagni Před měsícem +1

    Great demo! usefull component

  •  Před měsícem

    Just i am developing a Store Online project, it has a categories table, and i will use subcategories...
    Thanks

  • @pcgamer5826
    @pcgamer5826 Před měsícem

    Very usefull

  • @Mr.Error__
    @Mr.Error__ Před měsícem

    I think Filament is so powerful but the only disadvantage is it performance

    • @Hoceineelidrissi2
      @Hoceineelidrissi2 Před měsícem +1

      99% of performance issues are related to Eloquent and database queries. I've been working on a very big project lately and focused on performance. I found that 99% of performance issues are related to queries (e.g., eager loading, loading all attributes, etc.).

    • @emmanuelingelaere8500
      @emmanuelingelaere8500 Před měsícem

      There are several video's available on this topic. Mostly, filament itself is not the problem or there are ways to optimize performance.