laravel is not recognized as an internal or external command

后端 未结 5 1549
梦谈多话
梦谈多话 2021-02-01 15:55

I\'m trying to start laravel,

Found the following line in their tutorial:

Make sure to place the ~/.composer/vendor/bin directory in your PATH

5条回答
  •  情歌与酒
    2021-02-01 15:58

    Use correct path to the Composer bin directory.

    Good:

    %USERPROFILE%\AppData\Roaming\Composer\vendor\bin
    

    Bad:

    ~/.composer/vendor/bin
    

提交回复
热议问题