zwwl2016 / system
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
1.8.4
2020-05-03 15:31 UTC
Requires
- php: >=5.5.9
- illuminate/support: 5.*||6.*||7.*
- phpoffice/phpspreadsheet: ^1.10
This package is auto-updated.
Last update: 2021-01-09 08:48:56 UTC
README
安装教程
- laravel运行环境
- git环境,cmd 可运行命令
bash。 composer require zwwl2016/system
使用说明
- 根据doc.xlsx生成业务表:
php artisan system:repo:migration ../doc.xlsx其中 doc.xlsx格式:
| 表名(不含la) | 字段名 | 类型(不填默认String) | 是否必填(默认否) | 注释 | 注释 |
| ------------ | ------- | -------------------- | ---------------- | ------- | ------ |
| table | column1 | | | 注释1 | |
| | column2 | String | | 注释2 | 注释22 |
| | | | | 注释2续 | |
| | column3 | Integer | | 注释3 | |
| | column4 | Boolean | | 注释4 | |
| | column5 | | | 注释5 | |
- 生成测试用例:
php artisan system:repo:maketest - 生成cache:
php artisan system:repo:makecache - 提交handler至dms:
php artisan system:repo:checkcomments