添加配置参数

This commit is contained in:
thinkphp
2016-10-17 16:35:26 +08:00
parent d9be9ddf6f
commit 63d6f49a1b

View File

@@ -58,6 +58,8 @@ return [
'default_validate' => '',
// 默认的空控制器名
'empty_controller' => 'Error',
// 操作方法前缀
'use_action_prefix' => false,
// 操作方法后缀
'action_suffix' => '',
// 自动搜索控制器