ympact/laravel-livewire-wizard

A laravel livewire form wizard component.

v1.0.0-alpha.2 2025-07-09 20:35 UTC

This package is auto-updated.

Last update: 2025-07-09 20:40:22 UTC


README

a Laravel Livewire form wizard package.

Packagist Version

Requirements

  • livewire: 3.0

Installation

composer require --dev ympact/wizard

Features

  • Next/Previous steps
  • Check validation of each step
  • Disable/Enable steps
  • Hide/Show steps
  • Customize each step statically or dynamically

Documentation

Documentation and examples can be found here: Documentation

Work in progress

  • Default views
  • Renaming some methods / computed properties
  • Support for step summaries
  • Documentation
  • Examples
  • Writing tests