Hi guys,
Here's a script which will easily install and update Laravel 4 apps. Usage is l4.sh install $DIR, where $DIR is the folder into which you would like to install or update Laravel 4. Usage is as follows:
l4.sh {install|update} DIR
install - This will install Laravel 4 to the folder you specify.
update - This will update the Laravel 4 install in a specific folder.
If anybody has any improvements, let me know!
n00b