Skip to content

Instantly share code, notes, and snippets.

@radxene
Created April 14, 2016 15:30
Show Gist options
  • Save radxene/4bb55453775c7353664641bd6da55f98 to your computer and use it in GitHub Desktop.
Save radxene/4bb55453775c7353664641bd6da55f98 to your computer and use it in GitHub Desktop.
mkdir laravel.local && cd laravel.local
composer create-project laravel/laravel
shopt -s dotglob
mv laravel/* ./
rm -rf laravel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment