ayu/generator

此包的最新版本(1.2.1)没有可用的许可信息。

ayu使用的代码生成器

1.2.1 2020-10-13 05:48 UTC

This package is auto-updated.

Last update: 2024-09-13 14:31:58 UTC


README

在config/app.php中添加

/*
 * Package Service Providers...
 */
Ayu\Generator\GeneratorServiceProvider::class

laravel命令行

php artisan ayu:code {name} {--type}

生成model, request, service, controller, Model, ValidatorRequset

类型: all|model|request|controller|service