Skip to content

Instantly share code, notes, and snippets.

@gavinblair
Created July 2, 2013 20:10
Show Gist options
  • Save gavinblair/5912681 to your computer and use it in GitHub Desktop.
Save gavinblair/5912681 to your computer and use it in GitHub Desktop.
$ ssh [email protected]
<enter password>
# cd ~
# curl -sS http://getcomposer.org/installer | php
# php ~/composer.phar
# cd /websites
# php ~/composer.phar create-project laravel/laravel your-project-name
# cd your-project-name
# php ~/composer.phar install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment