पेज · togo
The core flow
The spine of every togo app — full-stack in four commands:
bash
togo make:resource Post ... runs model + controller + view at once.
togo.resources.yaml is the source of truth; registries are regenerated from it.
Add behavior with Actions (make:action) wired to hooks/events, and
customize API output with resources (transformers).