, 不用担心被框架限制发挥。```shell
composer require psr/container ^1.1.1 php-di/php-di ^6 doctrine/annotations ^1.14
```
## 数据库配置文件位置为config/database.php
```shell
return [
// 默认数据库
'default' => 'mysql',
// 各种数据库配置
'connections' =>'field' => ['id','name','email','mobile'], //设置允许写入扩展中的字段
'num' => 0, //-1为不限制终端数量::class
]
],
// ........
```
## 安装数据
```shell
php webman admin:install
```
## 运行