lingxiao/swoft-code-generator

为swoft框架的代码生成器

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

This package is auto-updated.

Last update: 2024-09-26 16:10:38 UTC


README

swoft代码生成器

生成控制器

php bin/swoft controller:create controllerNmae

生成服务类

php bin/swoft service:create serviceNmae

生成model类

php bin/swoft model:create modelNmae