Skip to content

mejiadev643/Livewire3

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Installation

The first step is copy the .env.example to .env. Then we need download all package from composer with the command

composer install

Next, we need download livewireV3, type

composer require livewire/livewire^3.0

Next, we need generate the artisan key, type

php artisan key:generate

finally, run the migrations with the seeder(If you need test the app with data type --seed).

php artisan migrate --seed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published