# Fasterapi **Repository Path**: min_abo/Fasterapi ## Basic Information - **Project Name**: Fasterapi - **Description**: giftcms部件 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FasterApi #### 介绍 为了解决问题,和下一次更好地解决问题 #### 软件架构 软件架构说明 #### 安装教程 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