1.config/filesystems.php
2.文件上传和删除
//保存到本地 $fileName = $file->store('image', 'tmp');
//删除本地文件Storage::disk('tmp')->delete($fileName);