Post Comments | Build Blog with Laravel, Livewire & Filament #12

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

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

  • @leyva99
    @leyva99 5 หลายเดือนก่อน +4

    In order to disable the scroll bahavior to the top we have this livewire option we can use into our post-comments.blade.php file {{ $posts->links(data: ['scrollTo' => false]) }}
    And dude, i almost finish your tutorial idk if is late or not but you rock!

    • @cybermanbg
      @cybermanbg 4 หลายเดือนก่อน +1

      Thanks ! {{ $this->comments->links(data: ['scrollTo' => false]) }} its works

    •  4 หลายเดือนก่อน +1

      Yes, thank for much, i had been worked

    • @yelocode
      @yelocode  3 หลายเดือนก่อน +1

      Thanks for watching.
      'scrollTo' was added a few months after I released the video. Thanks for sharing it to help others.

  • @rubenchris5301
    @rubenchris5301 9 หลายเดือนก่อน +2

    bro the way the light button for youtube glowed when you said we need to add our like button at 6:30 is crazy idek you could do that xD

    • @yelocode
      @yelocode  9 หลายเดือนก่อน

      Thanks for watching. It's a new youtube feature, it uses the subtitles to glow the like and subscriber buttons.

  • @ltcsvk
    @ltcsvk 6 หลายเดือนก่อน +1

    Thanks Man

  • @eng_mohsin
    @eng_mohsin 11 หลายเดือนก่อน +1

    Great, I have a suggestion to add a TAG inside the post, so that when you click on it, all its articles appear. Example: Learn Laravel. When you click on Laravel, its posts appear.

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

    That's what we all need ❤❤❤❤

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

      Thanks for watching 🙏

  • @mohdsajidshaikh4291
    @mohdsajidshaikh4291 7 หลายเดือนก่อน +1

    As i see you are defining all foreign relations on other tables.
    Please explain this approach.
    Thanks 😊

  • @lukifiagnia7808
    @lukifiagnia7808 8 หลายเดือนก่อน +1

    Why doesn't it stay in the comments column when you go to page 2? just go back to the top?

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

      Thanks for watching. The default behavior was changed recent livewire versions. If you want to disable I have made a video about it th-cam.com/video/AnjT6shAn3M/w-d-xo.html

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

    Helpful video ❤

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

      Glad it was helpful!

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

    If you add a mounted function you can pass in the post and assign it, so you don't get that error in your editor. 😊

  • @LeonelLopezBorbon
    @LeonelLopezBorbon 11 หลายเดือนก่อน +1

    Will there be additional episodes of this video tutorial?

    • @yelocode
      @yelocode  11 หลายเดือนก่อน +1

      Yes, currently still have 4 more episodes planed.

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

    thanks for the work man ,

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

      Thanks for the support.

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

    Laravel Livewire 3 how to send to save data after sending view component array javascript data ??

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

      Could you clarify a bit, Do you want to javascript date to your livewire component ? or the other way around?

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

    Amazing

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

      Thanks 🙏

  • @chengliangxu536
    @chengliangxu536 11 หลายเดือนก่อน

    Can i use filamentphp rich editor on comments component?

  • @ForexPeak
    @ForexPeak 4 หลายเดือนก่อน

    Hello yelo, i was wondering ive been trying to add the feature where yiu could make replies to comments and replies to those replies and so on. I hope you could nake a video on this, i wasnt able to implement it. Thanks

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

    Great series - I'm learning a lot. There's a mistake at 9:27 I didn't see you fix. You duplicated the USER relationship on the comment model, and renamed it, but didn't change the model. So the post relationship is pointing at User::class instead of Post::class.

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

      Thanks for watching Jeff. Glad the videos are helpful.
      Thanks for pointing that out, I will fix it on the next episode, did not notice it 😅.