mirror of
https://gitee.com/ulthon/ul-file-share.git
synced 2026-07-08 05:42:48 +08:00
完成文件上传管理
This commit is contained in:
@@ -21,6 +21,16 @@ return [
|
||||
// 可见性
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'safe' => [
|
||||
// 磁盘类型
|
||||
'type' => 'local',
|
||||
// 磁盘路径
|
||||
'root' => app()->getRootPath() . 'safe/',
|
||||
// 磁盘路径对应的外部URL路径
|
||||
'url' => '/',
|
||||
// 可见性
|
||||
'visibility' => 'public',
|
||||
],
|
||||
// 更多的磁盘配置信息
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user