extends |
BaseGenerator |
|---|
ui5:wire {model} --recipe — lands a data floorplan (a view + controller
pair) for a model into the self-contained app (spec §6).
Two axes mirroring --seed (D6): the model is the identity argument, the
recipe is the selectable floorplan. ui5:wire User uses the default
recipe; ui5:wire User --recipe picks one interactively; bare ui5:wire
prompts for the model first, then the recipe.
Core-stateless-clean (R3): pure file emission. It templates the model NAME into the view's binding + the filenames and stamps the app's namespace — it never introspects a model. The OData reveal (extends AbstractUi5App, discoverModel, the client route) is the presenter's live edit; this command only names the steps.
| Methods | ||
|---|---|---|
public
|
__construct(Filesystem $files)
|
# |
public
|
handle(): int
|
# |
| Methods inherited from LaravelUi5\Core\Commands\BaseGenerator |
|---|
getNamespaceFromFile() |