seasalt / nico-scaffold
创建干净的架构脚手架
v1.12.2
2022-08-17 22:51 UTC
Requires
- php: >=8.0
- laravel/framework: >=8.0
This package is auto-updated.
Last update: 2024-09-18 03:19:29 UTC
README
安装
composer require seasalt/nico-scaffold
示例
php artisan make:context MyCompany Employee
示例(API)
php artisan make:context MyCompany Employee --api