An open API service indexing awesome lists of open source software.

https://github.com/kbdxbt/kbframe

一款基于Laravel框架开发的现代化二次开发框架,是高性能,高效率,高质量的企业级开发框架,具有驱动领域,敏捷开发,轻易上手,高内聚低耦合,开箱即用等特点。
https://github.com/kbdxbt/kbframe

elasticsearch generate guzzlehttp kbframe laravel layui php rabbitmq rbac restful-api upload

Last synced: 5 months ago
JSON representation

一款基于Laravel框架开发的现代化二次开发框架,是高性能,高效率,高质量的企业级开发框架,具有驱动领域,敏捷开发,轻易上手,高内聚低耦合,开箱即用等特点。

Awesome Lists containing this project

README

          

### 新建子模块
* 先在git创建好仓库,并初始化仓库
* TortoiseGit -> 添加子模块 -> 填写仓库地址 -> 填写路径(Modules/新模块简称)
* 执行 laravel-module 创建新模块
```bash
php artisan module:make 新模块简称
```

修改子模块地址
git submodule sync

git submodule update --init --recursive