Skip to content

Instantly share code, notes, and snippets.

View irms's full-sized avatar

Irma L. Olguin Jr. irms

View GitHub Profile
Go into domain folder
transfer or run a new install of laravel
git clone https://github.com/laravel/laravel example.com
cd example.com
// get composer
curl -sS https://getcomposer.org/installer | php -d allow_url_fopen=On
// install composer, use latest (as laravel >4.2 requires PHP >= 5.4)
// go into composer.json and update php to php-latest under "scripts"