chore:添加软连接配置

This commit is contained in:
JaguarJack 2024-10-26 12:37:18 +08:00
parent 6ff2204368
commit af7ac14d5d

View File

@ -71,6 +71,9 @@ return [
'links' => [
public_path('storage') => storage_path('app/public'),
// 创建 storage 对应的软连接
public_path('uploads') => storage_path('uploads')
],
];