Backend / DevOps / Architect
Brit by birth,
located worldwide

All content © Alex Shepherd 2008-2024
unless otherwise noted

Laravel 4 install/update script

Published
1 min read
image
Image Credit: Unknown (if this is your work, reach out to me and I'll credit you!)

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