Comments Admin | Build Blog with Laravel, Livewire & Filament #16

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

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

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

    Thank you

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

      Thanks for watching

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

    wooowww !!! this is awesome! incredible!

  • @cybermanbg
    @cybermanbg 6 หลายเดือนก่อน

    Прекрасно, Благодаря !

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

    Thanks Man

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

    Great courses!
    If i click the poplurar filter on (popular=true) the sortings and even the poplurar filter not working anymore. Console shows "Uncaught Snapshot missing...".
    What could be wrong?
    Thank you!

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

      With livewires nested components you have to make sure all have a wire:key unique on the loaded page ... on the post-item.blade.php, the article tag must have a unique key like this : wire:key="{{ $post_id }}" and on the categories loop : same :key="'categorie-'.$category->id" and for the like-bouton component blade include :key="'likeButton-'.$post->id" So verify this and tell us !

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

      Hello @@HardKiffeur, you are right, in the artickle tag it was missing on my side in the post-item.blade file. :) Thank you!

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

      Thanks! @@HardKiffeur I spent an hour putting `wire:key` attrs everywhere, except the article tag.

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

    Thanks for your videos. I'm getting a lot from it. i do have a question about how to display manytomany relationship for example post categories in the filament table. Thanks again for sharing

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

    Nice job man. What do you think about make a video about using livewire with things that requires more rich user expirience rather then forms and modals? Something like Handsontable or custom feature-rich component?
    It will be nice to see how you could solve problems with that =D.

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

    Thank you! 🎉

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

      Thanks for watching.

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

    thanks man , as usual

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

      Thanks for watching.

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

    A quick question... I am using a simple layout to display the form but the relationship does not seems to be appearing. How can i fix that?

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

    Great stuff. I noticed that you are using VS Code and it works really well for Laravel dev, something that never happened to me. Care to share your list of plugins and settings? Perhaps it would be great for a video.

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

      Thanks for watching.
      I use the below plugins:
      - PHP Intelephense
      - Laravel Blade
      - Laravel Blade Snippets
      - Laravel Blade formatter
      - Livewire Language Support
      - Vetur
      - Tailwind CSS IntelliSen
      - Alpine.js IntelliSense
      - Headwind
      - JSON
      - PHP ( does same things as PHP Intelephense )
      I'm gonna try to make a video going over the most important plugins to install for laravel development. Thank you for the suggestion.

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

      @@yelocode much appreciated man. looking forward to it.