mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
引入easyadmin'
This commit is contained in:
@@ -15,9 +15,9 @@ return [
|
||||
// 磁盘类型
|
||||
'type' => 'local',
|
||||
// 磁盘路径
|
||||
'root' => app()->getRootPath() . 'public/',
|
||||
'root' => app()->getRootPath() . 'public',
|
||||
// 磁盘路径对应的外部URL路径
|
||||
'url' => '/',
|
||||
'url' => '/storage',
|
||||
// 可见性
|
||||
'visibility' => 'public',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user