11 Filament Relation Managers - Laravel Filament Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ต.ค. 2024

ความคิดเห็น • 15

  • @tonyxhepaofficial
    @tonyxhepaofficial  2 ปีที่แล้ว +3

    Filament Relation Managers - Laravel Filament Tutorial

  • @anmasa
    @anmasa 2 ปีที่แล้ว +1

    Excellent tutorial, thank you as always for your time, and the desire to teach, greetings and a thousand likes for you.

  • @JACKoPL
    @JACKoPL ปีที่แล้ว +1

    I created CRUD in modal version (make:filament-resource XYZ --simple). However, it does not show the added relations under the form in the modal. Or maybe I missed something or in modal it can't be implemented. Will I need to convert to a non-modal version?

  • @LeonelLopezBorbon
    @LeonelLopezBorbon 2 ปีที่แล้ว

    Excelent tutorial about getRelation. THANKS

  • @wellthatwasfun
    @wellthatwasfun 2 ปีที่แล้ว

    Hello. Thanks for the tutorial.
    Can I ask a question? I'd like to do an "attach" in a relation manager with TWO select fields: one for choosing a 'category' and one for choosing a 'product'. The product must change according to the category. I know how to do dependent Select fields in a FIlament form. But how can I do this in the modal window of the RM, so that I can click on Attach, and then in the modal window choose the 'category', filter the 'product' and have it attached to the pivot table? I only need to save the 'product' value in the database. The 'category' I only need it for filtering purposes.
    Hope you can help me.

  • @joaopoliceno8844
    @joaopoliceno8844 8 หลายเดือนก่อน

    Very good.

  • @mouhamaddiop1144
    @mouhamaddiop1144 ปีที่แล้ว

    very nice content. but i have a question:
    What about relation manager with --associate flag ?

  • @NikolaDjordjevic-ds6vn
    @NikolaDjordjevic-ds6vn ปีที่แล้ว

    Why in my project when I try this, my CardResource dont show in my admin panel and Page not found error 404?

  • @HamadAbdulla_7
    @HamadAbdulla_7 2 ปีที่แล้ว +2

    thank you

  • @RodriguesGregory
    @RodriguesGregory ปีที่แล้ว

    If i want not a modal for the action relation manager (in the table) How for the redirect ? with the id ? thanks

  • @dev_jeongdaeri
    @dev_jeongdaeri 2 ปีที่แล้ว +1

    Super 😎 cool

  • @shiromaroo2398
    @shiromaroo2398 ปีที่แล้ว

    how to set relation belongs-to-many ? where is "make:filament-belongs-to-many"