Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 943 Bytes

readme.md

File metadata and controls

37 lines (24 loc) · 943 Bytes

Nova 3

Actions Status Laravel Livewire PHP

Installation

cp .env.example .env

Start by updating the .env file with the correct database credentials. At a minimum, you'll need to update the DB_CONNECTION, DB_USER, and DB_PASSWORD items. This step must be done first!

Next, run the following sets of commands:

composer install

php artisan key:generate --ansi
php artisan migrate:fresh --seed

npm ci && npm dev

Staying In Sync

git pull origin dev

composer install

npm ci && npm dev

php artisan migrate:refresh --seed