Seiten · Laravilt
Schemas
The Schema container and layout components shared by forms and infolists.
The laravilt/schemas package provides the Schema container and the layout components (Section, Grid, Tabs, Wizard, Split, Fieldset) used by forms and infolists. It ships Vue and React renderers.
React support requires Laravilt v1.1 or later.
Quick example
php
In a resource you don't create the schema yourself. form(Schema $schema) and infolist(Schema $schema) receive one.
Generators
bash
Pages
- Schema Class: the container, its methods and validation helpers
- Layout Components: Section, Grid, Tabs, Wizard, Split, Fieldset