Skip to content

spatie/laravel-livewire-wizard-demo-app

Repository files navigation

A demo of spatie/laravel-livewire-wizard

This repo contains a Laravel app to showcase the spatie/laravel-livewire-wizard package.

Usage

  1. Clone the repo
  2. Copy .env.example to .env
  3. Run composer install
  4. Run php artisan key:generate
  5. Run yarn and yarn run dev (or the npm equivalents)
  6. Visit the Laravel app in your browser.

You'll see a tree step wizard for a simple checkout flow.

screenshot