Could not open input file: composer.phar

前端 未结 15 762
感情败类
感情败类 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:50

    I had the same issue when trying to use php composer install in a local directory on my Apache server for a laravel project I cloned from Github. My problem was I had already setup composer globally on my Ubuntu 18 machine.
    Adding sudo instead of php started the install of a whole slew of packages listed in the json.lock file i.e. sudo composer install.

提交回复
热议问题