Skip to content

Instantly share code, notes, and snippets.

@jayhealey
Created October 2, 2012 00:31
Show Gist options
  • Save jayhealey/3815461 to your computer and use it in GitHub Desktop.
Save jayhealey/3815461 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