This repository holds the source code for a demo application I've used during my "Intro to Laravel Livewire" talk at the Laravel Switzerland Meetup on 20th October 2022.
- Clone the repository
- Run
composer install - Copy
.env.exampleto.env - Run
php artisan key:generate - Run
php artisan serve - Open
http://localhost:8000in your browser
MIT