1 Star 3 Fork 80

linuxof/fastadmin-tp6

forked from Ice/yfcmf-tp6 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
filesystem.php 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ice 提交于 5年前 . 修复runtime目录报错
<?php
use think\facade\Env;
return [
'default' => Env::get('filesystem.driver', 'local'),
'disks' => [
'local' => [
'type' => 'local',
'root' => app()->getRootPath().'public',
'url' => '/',
'visibility' => 'public',
],
'runtime' => [
'type' => 'local',
'root' => app()->getRootPath().'runtime',
],
// 更多的磁盘配置信息
],
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/linuxof/fastadmin-tp6.git
git@gitee.com:linuxof/fastadmin-tp6.git
linuxof
fastadmin-tp6
fastadmin-tp6
master

搜索帮助