Search code examples
artisan-migrate

Migration Command issue


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>


Solution

  • Don't use Ctrl+C while command running.

    Ctrl+C will stop execution of command.