Pages · Laravilt
Page Forms
Build settings and data-entry pages with a form schema and a save action.
A custom page renders form fields from getSchema(). When an action runs, it receives the submitted form data.
Basic Form Page
php
With Sections and a Settings Layout
php
Related
- Forms: all field types
- Actions: action options
- Notifications