Páginas · Laravilt
Component
Base component class
Base class for all Laravilt UI components.
Creating Components
php
Methods
| Method | Return | Description |
|---|---|---|
make(string $name) | static | Create instance |
getName() | string | Get component name |
meta(array $meta) | static | Set metadata |
getMeta() | array | Get metadata |
render() | string | Render to HTML |
toArray() | array | Convert to array |
toJson(int $options) | string | Convert to JSON |
Serialization
php
Laravilt Props Output
php