hasFile("file")) { return ""; } $path = $request->file("file")->store("lubo_file"); $full_path = Storage::url($path); return $full_path; } }