1

enter image description here

I tried running other php artisan commands too but still not getting any response. Has anyone run into the same problem?

jialeee17
  • 601
  • 2
  • 7
  • 12

2 Answers2

0

Try rolling back the migration using php artisan migrate:rollback and then run the command again

0

Environment file is not usually pushed to repo.

Make sure you'd also put ".env" file at root path. also add DB information.