View Source mix phx.gen (Phoenix v1.7.14)
Lists all available Phoenix generators.
CRUD related generators
The table below shows a summary of the contents created by the CRUD generators:
Task | Schema | Migration | Context | Controller | View | LiveView |
---|---|---|---|---|---|---|
phx.gen.embedded | x | |||||
phx.gen.schema | x | x | ||||
phx.gen.context | x | x | x | |||
phx.gen.live | x | x | x | x | ||
phx.gen.json | x | x | x | x | x | |
phx.gen.html | x | x | x | x | x |
Summary
Functions
Callback implementation for Mix.Task.run/1
.
Functions
Callback implementation for Mix.Task.run/1
.