Skip to content

Instantly share code, notes, and snippets.

View jayhealey's full-sized avatar

James Healey jayhealey

View GitHub Profile
@jayhealey
jayhealey / gist:3815461
Created October 2, 2012 00:31
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!