实验性分离 Validate 和 Request

This commit is contained in:
yanwenwu
2018-11-29 22:44:16 +08:00
parent 105b80e968
commit e957f9f474
10 changed files with 134 additions and 27 deletions

View File

@@ -13,13 +13,13 @@ return [
// 数据库类型
'type' => 'mysql',
// 服务器地址
'hostname' => '',
'hostname' => '127.0.0.1',
// 数据库名
'database' => '',
'database' => 'cms',
// 用户名
'username' => '',
'username' => 'root',
// 密码
'password' => '',
'password' => 'admin',
// 端口
'hostport' => '3306',
// 连接dsn