Skip to content

Instantly share code, notes, and snippets.

View mjsarfatti's full-sized avatar
💭
is probably sleeping

Manuele J Sarfatti mjsarfatti

💭
is probably sleeping
View GitHub Profile
# Initial setup
git clone -o laravel -b master https://github.com/laravel/laravel.git project-name
cd project-name
git checkout --orphan master
git commit -m "Initial commit"
composer install
# --or, simply--
composer create-project laravel/laravel
# Pulling changes