laravel get file upload size code example Example: laravel store file $path = $request->file('avatar')->store( 'avatars', 'public' );