## 开发版安装方式
修改数据库配置信息 `config/database.php`
填写正确的信息
// 服务器地址
'hostname' => '127.0.0.1',
// 数据库名
'database' => '数据库名',
// 用户名
'username' => 'root',
// 密码
'password' => '密码',
// 端口
'hostport' => '',