abo / fasterapi
4 more faster api development
1.0.1
2019-07-23 14:08 UTC
Requires
- php: >=7.0
- abo/generalutil: >=1.0
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
This package is not auto-updated.
Last update: 2024-11-12 05:35:26 UTC
README
介绍
为了解决问题,和下一次更好地解决问题
软件架构
软件架构说明
安装教程
- composer require abo/fasterapi:dev-master
- php artisan vendor:publish
- php artisan fasterapi:install
使用说明
- php artisan make:migration // create_table_db_head_imgs --create=db_head_imgs
- php artisan make:model Models/Mobileweb/Games
- php artisan fasterapi:make GamesController --model=App\Models\MobileWeb\Games
- xxxx
参与贡献
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request