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.example
to.env
- Run
php artisan key:generate
- Run
php artisan serve
- Open
http://localhost:8000
in your browser
MIT