Pages · Laravilt
Schema Class
The Schema container, its configuration methods, validation helpers and serialization.
Laravilt\Schemas\Schema is the container behind resource forms and infolists. Laravilt\Infolists\Infolist extends it.
Basic usage
php
Configuration
php
Getters
| Method | Description |
|---|---|
getSchema() | Components |
getGridColumns() | Column count |
getModel() | Model class |
getOperation() | Current operation |
getRecord() | Current record |
getData() | Filled data |
getVisibleComponents() | Components that are not hidden |
Validation
php
Serialization
php