#Change/update, uploaded user image(Breeze)
5 messages · Page 1 of 1 (latest)
Okay, so first thing would be to explain what you need help with, just a vague title and dumping a bunch of screenshots isn't helpful at all (also since the #rules clearly mention to use code snippets and not screenshots)
And the first rule, help us help you. Explain what you're doing, what you need help with etc
Ouch sorry
$avatar = null
if(request()->hasfile('avatar'))
{
$avatar=time().Auth::guest(). "-avatar." . request()->avatar->getClientOriginalExtension();
$request->avatar->move(publicpath("avatar_images", $avatar);
}
I searched in documentation, test other methods and they not working, maybe i bad writed module