diff --git a/config/filesystems.php b/config/filesystems.php index e9d9dbd..778211e 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -71,6 +71,9 @@ return [ 'links' => [ public_path('storage') => storage_path('app/public'), + + // 创建 storage 对应的软连接 + public_path('uploads') => storage_path('uploads') ], ];