ympact/laravel-livewire-wizard

A laravel livewire form wizard component.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/ympact/laravel-livewire-wizard

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

This package is auto-updated.

Last update: 2025-10-09 21:12:06 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