路由配置文件支持多个 使用 route_config_file 配置参数配置

This commit is contained in:
thinkphp
2016-08-06 17:08:58 +08:00
parent de4d8253da
commit 82103dee3a
3 changed files with 21 additions and 8 deletions

View File

@@ -81,6 +81,8 @@ return [
'url_param_type' => 0,
// 是否开启路由
'url_route_on' => true,
// 路由配置文件(支持配置多个)
'route_config_file' => ['route'],
// 是否强制使用路由
'url_route_must' => false,
// 域名部署