Could not open input file: composer.phar

前端 未结 15 770
感情败类
感情败类 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 10:04

    Question already answered by the OP, but I am posting this answer for anyone having similar problem, retting to

    Could not input open file: composer.phar

    error message.

    Simply go to your project directory/folder and do a

    composer update
    

    Assuming this is where you have your web application:

    /Library/WebServer/Documents/zendframework
    

    change directory to it, and then run composer update.

提交回复
热议问题