Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spatie/laravel-livewire-wizard-demo-app
- Owner: spatie
- Created: 2022-05-20T09:41:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T17:03:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T09:23:07.775Z (about 1 month ago)
- Topics: component, laravel, livewire, php, wizard
- Language: JavaScript
- Homepage: https://spatie.be/docs/laravel-livewire-wizard
- Size: 934 KB
- Stars: 72
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)