Skip to content

Instantly share code, notes, and snippets.

View gersonazgo's full-sized avatar

Gerson Azevedo gersonazgo

  • Porto Alegre, RS.
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
php -d allow_url_fopen=On composer.phar install