完成文件上传管理

This commit is contained in:
augushong
2021-06-19 18:41:05 +08:00
parent ae9f2c6999
commit 1be98f85b6
30 changed files with 51988 additions and 163 deletions

View File

@@ -21,6 +21,16 @@ return [
// 可见性
'visibility' => 'public',
],
'safe' => [
// 磁盘类型
'type' => 'local',
// 磁盘路径
'root' => app()->getRootPath() . 'safe/',
// 磁盘路径对应的外部URL路径
'url' => '/',
// 可见性
'visibility' => 'public',
],
// 更多的磁盘配置信息
],
];