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!
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.
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
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
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.
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!
Thanks ! {{ $this->comments->links(data: ['scrollTo' => false]) }} its works
Yes, thank for much, i had been worked
Thanks for watching.
'scrollTo' was added a few months after I released the video. Thanks for sharing it to help others.
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
Thanks for watching. It's a new youtube feature, it uses the subtitles to glow the like and subscriber buttons.
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.
As i see you are defining all foreign relations on other tables.
Please explain this approach.
Thanks 😊
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. 😊
That's what we all need ❤❤❤❤
Thanks for watching 🙏
Thanks Man
Will there be additional episodes of this video tutorial?
Yes, currently still have 4 more episodes planed.
Why doesn't it stay in the comments column when you go to page 2? just go back to the top?
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
Helpful video ❤
Glad it was helpful!
thanks for the work man ,
Thanks for the support.
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
Can i use filamentphp rich editor on comments component?
Laravel Livewire 3 how to send to save data after sending view component array javascript data ??
Could you clarify a bit, Do you want to javascript date to your livewire component ? or the other way around?
Amazing
Thanks 🙏
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.
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 😅.