ayu/generator

There is no license information available for the latest version (1.2.1) of this package.

ayu使用的代码生成器

1.2.1 2020-10-13 05:48 UTC

This package is auto-updated.

Last update: 2025-05-13 16:00:15 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

type: all|model|request|controller|service