Could not open input file: composer.phar

前端 未结 15 745
感情败类
感情败类 2020-12-02 09:38

I am trying to install zendframework using composer tool in wamp server.

The following steps are done towards installation

  1. I downlo

15条回答
  •  伪装坚强ぢ
    2020-12-02 09:57

    Use this :

    php -r "readfile('https://getcomposer.org/installer');" | php
    

    This will install composer to the current directory so that you can use php composer.phar

提交回复
热议问题