This repo contains a Laravel app to showcase the spatie/laravel-livewizard package.
- Clone the repo
- Copy
.env.example
to.env
- Run
composer install
- Run
php artisan key:generate
- Run
yarn
andyarn run dev
(or the npm equivalents) - Visit the Laravel app in your browser.
You'll see a tree step wizard for a simple checkout flow.