zwwl2016 / system
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.8.4
2020-05-03 15:31 UTC
Requires
- php: >=5.5.9
- illuminate/support: 5.*||6.*||7.*
- phpoffice/phpspreadsheet: ^1.10
- dev-master
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.9
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
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