Closed FrankyJust closed 5 years ago
also before php artisan migrate
The correct order of commands is:
cp .env.example .env
php artisan migrate
php artisan db:seed
php artisan passport:install
sudo npm install
Can you send a PR? @ravisoni6262 @connecteev @FrankyJust
good tutorial! One remark: php artisan passport:install generated errors, seems that this command has to be placed after the command php artisan db:seed