Skip to content

Instantly share code, notes, and snippets.

@stephencozart
Created January 24, 2013 19:13
Show Gist options
  • Save stephencozart/4626607 to your computer and use it in GitHub Desktop.
Save stephencozart/4626607 to your computer and use it in GitHub Desktop.
L4 Installer
curl -vsS "https://nodeload.github.com/laravel/laravel/zip/develop" -H "Accept-Encoding: application/zip" > $PWD/develop.zip
tar -xvf develop.zip --strip-components 1 && composer install && rm develop.zip
echo "Have Fun :D"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment