Skip to content

Instantly share code, notes, and snippets.

@felipepodesta
Forked from jayhealey/gist:3815461
Created October 2, 2012 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save felipepodesta/3819131 to your computer and use it in GitHub Desktop.
Save felipepodesta/3819131 to your computer and use it in GitHub Desktop.
Try out Laravel 4 pre-release!
Run the following in the terminal.
git clone git://github.com/illuminate/app.git && cd app && composer update
This will download Illuminate (the name of the component set that makes up Laravel 4) into a directory called 'app' and run composer to get all the dependancies.
Of course, it's still heavily in development so it's clearly not finished but you can poke around and see how it works. Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment