Scaffold
Everything under Quiote\Console\Command\Scaffold.
Classes
Section titled “Classes”| Class | Description |
|---|---|
ActionWriter | Writes the files for make:action: the Action class itself, and (optionally) a matching View + Template. |
AppWriter | Writes the actual files for quiote new. |
GeneratorSupport | Shared validation/overwrite-guard helpers for the make:* generator commands, mirroring the checks NewCommand already applies to its own --namespace argument (see NewCommand::execute()). |