You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devin Smith edited this page Nov 29, 2015
·
1 revision
Install Composer if you haven't already. Composer is a really easy to use PHP dependency & package management tool. I prefer to install globally so you can use the command composer from anywhere in your terminal.
On OSX
cd /usr/local/bin
curl -sS https://getcomposer.org/installer | php
mv composer.phar composer