Support the ongoing development of Laravel.io →
Razvan

Razvan

Joined 2 Oct 2021

Statistics

Threads 53
Replies 34
Solutions 2
Articles 0

How can I use a dynamic custom 404 template?

I have made a blogging application in Laravel 8. The application supports themes. The active theme s...

1 Likes
2 Replies
Solved

What causes this Unexpected end of JSON error?

I have made a blogging application in Laravel 8. I am working on a new theme, for which I want to im...

1 Likes
1 Replies

How can I check for a temporary image in Laravel?

I am working on a blogging application in Laravel 8. I have created a way to preview and remove the...

0 Likes
1 Replies

What causes this JavaScript article tags bug?

I am working on a blogging application (link to GitHub repo) in Laravel 8. I have put together a way...

0 Likes
0 Replies
posted 8 months ago

Keep the selected options of a multiselect if form invalid?

I am working on a blogging application in Laravel 8. There is the option to add tags to articles. Th...

0 Likes
0 Replies
replied 1 week ago

How can I use a dynamic custom 404 template?

@muhalifanhar Thanks for the answer, I will test it. But please notice that there is some code displ...

0 Likes
replied 5 months ago

How can I check for a temporary image in Laravel?

Here are the change apparently required. In the Blade file: @if($article->image !== 'default.jpg'...

0 Likes
replied 1 year 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 1 year ago

How can I filter comments by status?

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

0 Likes
replied 1 year ago

How do I delete comment replies along with a comment?

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

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.

© 2025 Laravel.io - All rights reserved.