Home > Software design >  PHP artisan command no response
PHP artisan command no response

Time:10-29

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?

CodePudding user response:

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

CodePudding user response:

Environment file is not usually pushed to repo.

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

  • Related