PHPackages                             sjwatts119/livewire-wizard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sjwatts119/livewire-wizard

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sjwatts119/livewire-wizard
==========================

A Simple Headless Livewire Wizard Component

v1.0.0(1y ago)03MITPHPPHP ^8.2CI passing

Since May 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sjwatts119/livewire-wizard)[ Packagist](https://packagist.org/packages/sjwatts119/livewire-wizard)[ Docs](https://github.com/sjwatts119/livewire-wizard)[ GitHub Sponsors]()[ RSS](/packages/sjwatts119-livewire-wizard/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (3)Used By (0)

A Simple Headless Livewire Wizard Component.
============================================

[](#a-simple-headless-livewire-wizard-component)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6946f630bbbfcee43d5ec8004a043139a66d762e32f1abc74ca8fbf5f02cf97d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736a77617474733131392f6c697665776972652d77697a6172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sjwatts119/livewire-wizard)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a4036c34e3ee59f202035ea579b814f45c93164c7663780b0ef71ca9f80a0ba6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736a77617474733131392f6c697665776972652d77697a6172642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/sjwatts119/livewire-wizard/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6aaf90f2cafa445db89ce3678e5f114ef0ff2caacba93c3ecc3af8e7351044f4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736a77617474733131392f6c697665776972652d77697a6172642f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/sjwatts119/livewire-wizard/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/5aea4bb6dc35a912b517b40109e7c22ae080592a06c484d4d7ae2923d4f3a49a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736a77617474733131392f6c697665776972652d77697a6172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sjwatts119/livewire-wizard)

[View Package Demo](https://livewire-wizard.sjwatts.com)
--------------------------------------------------------

[](#view-package-demo)

Installation
------------

[](#installation)

Install the package via composer:

```
composer require sjwatts119/livewire-wizard
```

Creating Your First Wizard
--------------------------

[](#creating-your-first-wizard)

To make your first wizard component, run the following command:

```
php artisan make:wizard
```

This command supports any arguments used in the [Livewire Make Command](https://livewire.laravel.com/docs/quickstart#create-a-livewire-component).

A new wizard class and a corresponding step view will have been created. The class will look like this:

```
