Is there any way to install Composer globally on Windows?

后端 未结 13 1561
予麋鹿
予麋鹿 2020-11-30 18:32

I\'ve read the global installation documentation for Composer, but it\'s for *nix systems only:

curl -s https://ge         


        
13条回答
  •  一个人的身影
    2020-11-30 18:55

    I use Composer-Setup.exe and it works fine. Just in case you need to know where is the composer.phar (to use with PhpStorm) :

    C:\ProgramData\ComposerSetup\bin\composer.phar
    

提交回复
热议问题