Support the ongoing development of Laravel.io →

Razvan

Joined 2 Oct 2021

Statistics

Threads 45
Replies 32
Solutions 2
Articles 0

How do I keep a selected drop-down option?

I have made a blogging application in Laravel 8. The articles support comments and the comments need...

0 Likes
0 Replies

How can I filter comments by status?

I have made a blogging application in Laravel 8. The articles support comments and the comments need...

0 Likes
2 Replies
posted 3 months ago

How do I use a single form for editing comments and replies?

I have made a blogging application in Laravel 8. The articles support comments and comment replies....

0 Likes
0 Replies

How do I delete comment replies along with a comment?

I have made a blogging application in Laravel 8. I am currently working on giving any authenticated...

0 Likes
5 Replies
Solved

How do I prevent default for forms loaded via Ajax?

I have made a blogging application in Laravel 8. I am currently working on adding comment replies vi...

0 Likes
0 Replies
replied 3 months ago

How do I delete comment replies along with a comment?

Please consider posting an answer to this question too. Thanks! (mention and link removed)

0 Likes
replied 3 months ago

How can I filter comments by status?

@alanrodgers I did this: $comments = Comment::orderBy('id', 'desc') ->when($filter !== 'all',...

0 Likes
replied 3 months ago

How do I delete comment replies along with a comment?

Please try answering this question too. Thanks! (Link removed)

0 Likes
replied 11 months ago

How do I prevent the repetition of a success alert?

@sasho I do that already in the show() method: public function show( $slug ) { // Single article...

0 Likes
replied 11 months ago

How do I prevent the repetition of a success alert?

@sasho I get an Undefined variable: comment (View: resources\views\themes\calvin\partials\comment-fo...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.