Support the ongoing development of Laravel.io →
Razvan

Razvan

Joined 2 Oct 2021

Statistics

Threads 53
Replies 35
Solutions 2
Articles 0

How do I get the current user picture from Microsoft Graph?

I am working on a Laravel 8 app that uses Microsoft Azure for user management (login included). I be...

0 Likes
0 Replies

What causes the data validation failure in this API?

I am working on an application consisting of a Laravel 8 API and a Vue 3 front-end. I have a registr...

0 Likes
1 Replies
Solved

What causes the user access error in this Laravel 8 applicat

I have made a Laravel 8 application (link to GitHub repo) that requires user registration and login....

0 Likes
1 Replies
replied 1 month 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 2 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 7 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

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.