码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2014-08-10 10:21:30      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:http   os   io   strong   ar   安装   table   php   

  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   os   io   strong   ar   安装   table   php   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!