Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spatie/laravel-livewire-wizard-demo-app

A demo app showingcasing laravel-livewire-wizard
https://github.com/spatie/laravel-livewire-wizard-demo-app

component laravel livewire php wizard

Last synced: 25 days ago
JSON representation

A demo app showingcasing laravel-livewire-wizard

Awesome Lists containing this project

README

        

# A demo of spatie/laravel-livewire-wizard

This repo contains a Laravel app to showcase the [spatie/laravel-livewizard package](https://spatie.be/docs/laravel-livewire-wizard).

## 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](https://github.com/spatie/laravel-livewire-wizard-demo-app/blob/main/docs/screenshot.png?raw=true)