neoighodaro-articles / trello-clone-vue-laravel

This is a Trello clone built using Laravel and Vue. You can read about how it was created in the series.
113 stars 49 forks source link

Order of artisan commands #4

Closed FrankyJust closed 5 years ago

FrankyJust commented 6 years ago

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

connecteev commented 5 years ago

also before php artisan migrate

ravisoni6262 commented 5 years ago

The correct order of commands is:

neoighodaro commented 5 years ago

Can you send a PR? @ravisoni6262 @connecteev @FrankyJust