Generate PHP Controller
scaffold_controllerGenerate a PHP controller that delegates to a service, avoiding queries and inline validation. Existing files remain untouched unless overwrite is enabled.
Instructions
Generates a PHP Controller for a resource (presentation layer only). The controller only calls the corresponding Service: zero queries and zero inline validation. Does not overwrite existing files unless overwrite=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| methods | No | ||
| overwrite | No | ||
| resourceName | Yes |