Livewire101

A project demonstrating Laravel Livewire for everything.

Stars
0
Committers
1

Livewire 101

A project demonstrating Laravel Livewire for everything.

Installation

Use composer to setup project.

composer install

Then copy the .env example and to .env and setup database

cp .env.example .env

Finally run the project using

php artisan migrate
php artisan key:generate
php artisan serve

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.