Download the PHP package birjemin/module-generator without Composer
On this page you can find all versions of the php package birjemin/module-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package module-generator
module-generator
游戏简介
为laravel生成如下的项目结构,方便管理和书写。
游戏地图
游戏说明
- app为项目目录:
- Module为模块目录,将项目分成相应的模块;
- Config为配置目录(对内)
- Models为数据库Model目录(对内)
- Provider为注册目录
- Repository为数据库操作Model的仓库(对内)
- Service为处理复杂逻辑(对内)
- Transformer方法来格式化输出数据(对外)
- Module文件为模块入口(对外)
- OutTrait为对外暴露Module和Transformer文件出口(对外)
- InTrait为调用其他模块的入口(对内)
- Module为模块目录,将项目分成相应的模块;
游戏规则
使用说明
-
引入
-
命令使用
- 疑问
laravel version > 5.5
All versions of module-generator with dependencies
PHP Build Version
Package Version
The package birjemin/module-generator contains the following files
Loading the files please wait ....