Generate a complete CRUD resource
scaffold_full_resourceGenerate a complete CRUD scaffold for a PHP resource including Controller, Service, Repository, Entity, Migration, and tests. Set overwrite=true to replace existing files.
Instructions
Generates the full CRUD of a PHP resource: Controller, Service, Repository (interface + implementation), Entity, Migration and tests (unit & integration). Requires overwrite=true to overwrite existing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | ||
| overwrite | No | ||
| withTests | No | ||
| resourceName | Yes | ||
| withRepository | No |