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

后端 未结 6 2014
予麋鹿
予麋鹿 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条回答
  •  旧时难觅i
    2021-01-06 18:57

    first you have to add your php path to system after go to php.ini and rmove ; for extension=php_openssl.dll it will be active 3 run this command in cmd :

    php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
    

提交回复
热议问题