Is there any way to install Composer globally on Windows?

后端 未结 13 1540
予麋鹿
予麋鹿 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 19:07

    you can install it using this command line

     echo @php "%~dp0composer.phar" %* > composer.bat
    

提交回复
热议问题