Level 54
@eliekhazzaka providing you are storing the path to the profile image on your user model, then
$image = Auth::user()->profile_image;
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
hey guys, what should be written in the controller to get the profile image of user using API and Laravel
Please or to participate in this conversation.