Trying to install composer to get set up with Laravel framework

前端 未结 5 1171
死守一世寂寞
死守一世寂寞 2020-12-23 14:08

I am trying to install composer on my Mac so that I can use the Laravel framework. I successfully downloaded composer through the terminal, and then I moved composer.phar t

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-23 14:37

    I'm running Mavericks and had same problem. I changed /usr/local/bin/composer to /usr/bin/composer and it worked for me.

提交回复
热议问题