取消extra_config_list配置参数 扩展配置文件直接放到 extra目录下面即可自动加载 数据库配置文件位置不变

This commit is contained in:
thinkphp
2016-09-21 17:41:01 +08:00
parent 5ad64223bb
commit f7e65f4f4b
2 changed files with 11 additions and 7 deletions

View File

@@ -19,8 +19,6 @@ return [
'auto_bind_module' => false,
// 注册的根命名空间
'root_namespace' => [],
// 扩展配置文件
'extra_config_list' => ['database', 'validate'],
// 扩展函数文件
'extra_file_list' => [THINK_PATH . 'helper' . EXT],
// 默认输出类型