Installing Composer in WAMP PHP Google+ Project, PHP is not recognised

后端 未结 6 2029
予麋鹿
予麋鹿 2021-01-06 18:39

I am following this PHP Google+ tutorial and I am trying to install composer in my WAMP directory

C:\\wamp\\www\\gplus-quickstart-php>curl -s https://getc         


        
6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-06 18:52

    If using phpstorm you can download composer using their built in composer option in the tools menu.

    You can run it from CLI by locating your php.exe, e.g

    C:\wamp\bin\php\php7\php.exe composer.phar install

提交回复
热议问题