Unable to execute Laravel artisan commands

后端 未结 5 1816
南方客
南方客 2021-02-01 16:39

I just installed the latest version of Laravel and tried to run the following command from my Git Bash:

php artisan migrate:make create_users_table --table=users         


        
5条回答
  •  一整个雨季
    2021-02-01 16:49

    Laravel needs the PHP version 5.5.9. If you have some lower version, you may not get anything executed and it may not throw any error based on you settings.

提交回复
热议问题