Páginas · Laravilt
Wizard
Multi-step flow with labelled steps and custom button labels.
A multi-step flow.
php
The panel's schema renderer maps wizard on both stacks, so a Wizard works inside resource forms. Each step renders its schema like any other form content.
API reference
Wizard
| Method | Description |
|---|---|
make(string) | Create (name required) |
steps(array) | Step instances |
skippable(bool) | Allow jumping between steps |
submitButtonLabel() / nextButtonLabel() / previousButtonLabel() | Button labels |
Step
| Method | Description |
|---|---|
make(string) | Create |
label(string|Closure) | Step label |
description(string|Closure) | Step description |
icon(string|Closure) | Lucide icon |
schema(array) | Step content |