Replies: 1 comment 2 replies
-
Hi @rezgui. You can use sessions and middleware to store intermediate results and determine which steps to display. Route::middleware([Wizzard::class])->group(function () {
Route::screen('/step/1', OneStepScreen::class);
Route::screen('/step/2', TwoStepScreen::class);
}); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
multi-step, wizard component for sequential data collection.
Beta Was this translation helpful? Give feedback.
All reactions