chore:添加软连接配置
This commit is contained in:
parent
6ff2204368
commit
af7ac14d5d
@ -71,6 +71,9 @@ return [
|
|||||||
|
|
||||||
'links' => [
|
'links' => [
|
||||||
public_path('storage') => storage_path('app/public'),
|
public_path('storage') => storage_path('app/public'),
|
||||||
|
|
||||||
|
// 创建 storage 对应的软连接
|
||||||
|
public_path('uploads') => storage_path('uploads')
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user