首页 > 其他 > 详细

如何在mac上安装composer(How to install composer on the Mac)

时间:2014-08-10 10:21:30      阅读:302      评论:0      收藏:0      [点我收藏+]
  1. Change into a directory in your path like cd /usr/local/bin

  2. Get Composer curl -sS https://getcomposer.org/installer | php

  3. Make the phar executable chmod a+x composer.phar

  4. Change into a project directory cd /path/to/my/project

  5. Use Composer as you normally would composer.phar install

  6. Optionally you can rename the composer.phar to composer to make it easier

如何在mac上安装composer(How to install composer on the Mac),布布扣,bubuko.com

如何在mac上安装composer(How to install composer on the Mac)

原文:http://www.cnblogs.com/supercheng/p/3902428.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!