This repo contains a Laravel app to showcase the satoved/laravel-livewire-steps package.
- Clone the repo
- Copy
.env.example
to.env
- Run
composer install
- Run
php artisan key:generate
- Visit the Laravel app in your browser.
You'll see the first step of the wizard for a simple email subscription flow.