开始实现使用内部的上传逻辑;

This commit is contained in:
2022-07-11 17:41:20 +08:00
parent 5081cd8790
commit 3078dfad39
12 changed files with 396 additions and 777 deletions

View File

@@ -11,7 +11,7 @@ return [
'type' => 'local',
'root' => app()->getRuntimePath() . 'storage',
],
'public' => [
'local_public' => [
// 磁盘类型
'type' => 'local',
// 磁盘路径
@@ -21,6 +21,9 @@ return [
// 可见性
'visibility' => 'public',
],
'qnoss' => [
'type' => 'Qiniu'
]
// 更多的磁盘配置信息
],
];