Laravel - Request and Response
What does the following Laravel code return after uploading a file named
avatar.png?$path = $request->file('avatar')->store('avatars');
return $path;