theharisshah/scaffolding

1.0 2018-08-01 14:44 UTC

This package is auto-updated.

Last update: 2024-10-03 13:03:23 UTC


README

用于创建服务控制器

php artisan make:serviceController -m "ModelClass" -s "ServiceClass"

  • 如果不存在,会自动生成服务类和模型类。

对于服务类

php artisan make:service -m "ModelClass"

  • 如果不存在,会自动生成模型类。