#Change/update, uploaded user image(Breeze)

5 messages · Page 1 of 1 (latest)

proven sable
#

#breeze #1019646242709569617

Help please

acoustic hull
#

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

proven sable
#

Ouch sorry

#

$avatar = null

if(request()->hasfile('avatar'))
{
$avatar=time().Auth::guest(). "-avatar." . request()->avatar->getClientOriginalExtension();
$request->avatar->move(publicpath("avatar_images", $avatar);
}

proven sable