abo/fasterapi

4 more faster api development

1.0.1 2019-07-23 14:08 UTC

This package is not auto-updated.

Last update: 2024-05-14 03:14:21 UTC


README

介绍

为了解决问题,和下一次更好地解决问题

软件架构

软件架构说明

安装教程

  1. composer require abo/fasterapi:dev-master
  2. php artisan vendor:publish
  3. php artisan fasterapi:install

使用说明

  1. php artisan make:migration // create_table_db_head_imgs --create=db_head_imgs
  2. php artisan make:model Models/Mobileweb/Games
  3. php artisan fasterapi:make GamesController --model=App\Models\MobileWeb\Games
  4. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request