Skip to content

Instantly share code, notes, and snippets.

@inkrement
Forked from felipepodesta/gist:3819131
Created October 14, 2012 07:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inkrement/3887797 to your computer and use it in GitHub Desktop.
Save inkrement/3887797 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