Browse Source

图片存储路径错误

master
wanghongjun 2 years ago
parent
commit
cf7ab5a6f2
  1. 2
      config/filesystem.php

2
config/filesystem.php

@ -7,7 +7,7 @@ return [
'disks' => [
'local' => [
'type' => 'local',
'root' => app()->getRuntimePath() . 'storage',
'root' => app()->getRootPath() . 'public/storage',
],
'public' => [
// 磁盘类型

Loading…
Cancel
Save