更新功能

This commit is contained in:
2019-06-29 21:14:58 +08:00
parent d3eef9c5fd
commit 6bfc2db94a
23 changed files with 1046 additions and 955 deletions

View File

@@ -6,11 +6,11 @@ return [
'default' => Env::get('filesystem.driver', 'local'),
'disks' => [
'local' => [
'driver' => 'local',
'root' => app()->getRuntimePath() . 'storage',
'type' => 'local',
'root' => app()->getRuntimePath() . 'storage',
],
'public' => [
'driver' => 'local',
'type' => 'local',
'root' => app()->getRootPath() . 'public/storage',
'url' => '/storage',
'visibility' => 'public',