lingxiao/swoft-code-generator

CodeGenerator for swoft framework

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/lingxiao/swoft-code-generator

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

This package is auto-updated.

Last update: 2025-09-26 18:20:13 UTC


README

swoft代码生成器

生成控制器

php bin/swoft controller:create controllerNmae

生成服务类

php bin/swoft service:create serviceNmae

生成model类

php bin/swoft model:create modelNmae