file('file'); $path = $file->store('', 'upload'); return [ 'name' => $file->getClientOriginalName(), 'url' => asset('upload/' . $path), ]; } }