lingxiao/swoft-code-generator

CodeGenerator for swoft framework

dev-main 2021-11-26 09:38 UTC

This package is auto-updated.

Last update: 2024-03-26 15:07:57 UTC


README

swoft代码生成器

生成控制器

php bin/swoft controller:create controllerNmae

生成服务类

php bin/swoft service:create serviceNmae

生成model类

php bin/swoft model:create modelNmae