-1

Actually i am running PHP artisan migrate command on cmd to tun migration but there is nothing happen on my screen .The cursor is just blinking.

D:\D DRIVE\Yazdan\software\htdocs\new1_larval>php artisan migrate ^C D:\D DRIVE\Yazdan\software\htdocs\new1_larval>

  • Please, can you extend your questions with more detailed explanation? This will be very useful for understanding. Thank you! – vezunchik Apr 04 '19 at 05:42

1 Answers1

0

Don't use Ctrl+C while command running.

Ctrl+C will stop execution of command.

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92
hassanrazadev
  • 626
  • 9
  • 15