Support the ongoing development of Laravel.io →
Razvan

Razvan

Joined 2 Oct 2021

Statistics

Threads 54
Replies 35
Solutions 2
Articles 0

What makes the image type validation fail?

What makes the image type validation in this Laravel application fail? I am making a blogging applic...

0 Likes
3 Replies
Solved

Why does this form fail to validate?

I am making a blogging application with Laravel 8 and Bootstrap 5. I run into a problem trying to va...

0 Likes
2 Replies

How do I keep the invalid form open?

I am making a blogging application with Laravel 8 and Bootstrap 5. For adding a post I use a form pl...

0 Likes
6 Replies
Solved

What makes this update method fail?

I am making a Laravel 8 app with posts and post categories. I am now working on the Edit post form,...

0 Likes
1 Replies

How do I get a single post's category name?

I am working on a Laravel 8 app with posts and post categories. I am working on the Edit post form,...

0 Likes
2 Replies
Solved
replied 3 months ago

What causes this Unexpected end of JSON error?

@muhalifanhar I agree, but unfortuuinsnatelly, changing the contoller ruins aother theme (called Cal...

0 Likes
replied 4 months 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 9 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 2 years 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 2 years ago

How can I filter comments by status?

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

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.

© 2026 Laravel.io - All rights reserved.