Skip to content

Instantly share code, notes, and snippets.

@Sigmus
Created June 30, 2014 13:39
Show Gist options
  • Save Sigmus/a3b9f42ef7224eceec74 to your computer and use it in GitHub Desktop.
Save Sigmus/a3b9f42ef7224eceec74 to your computer and use it in GitHub Desktop.
Install Composer and Envoy
# 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