Файл магазина Laravel
$path = $request->file('avatar')->store(
'avatars', 'public'
);
Faithful Fox
$path = $request->file('avatar')->store(
'avatars', 'public'
);
$exists = Storage::disk('s3')->exists('file.jpg');