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
yarn install && yarn dev
Note: You should be able to use npm
in place of yarn
.
git pull origin dev
composer dump
composer install
yarn install && yarn dev
php artisan nova:refresh