Created
June 30, 2014 13:39
-
-
Save Sigmus/a3b9f42ef7224eceec74 to your computer and use it in GitHub Desktop.
Install Composer and Envoy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You can run the following commands from any directory. | |
curl -sS https://getcomposer.org/installer | php | |
sudo mv composer.phar /usr/local/bin/composerecho 'alias composer="/usr/local/bin/composer.phar"' >> ~/.bash_profile | |
composer global require "laravel/envoy=~1.0" | |
echo 'alias envoy=".composer/vendor/laravel/envoy/envoy"' >> ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment