Feel free to clone the repo if you want to play with livewire or inspect the code:
git clone https://github.com/alfredogalvan/livewire.git
composer install
(this installation include livewire)cp .env.example .env
- configure your database in the
.env
file - configure mailtrap for the email send form: https://mailtrap.io/inboxes/1889434/messages
php artisan migrate --seed
Note: if you create a new route, it's necesary use php artisan optimize