Replace {project}
with the project name
$ composer create-project madewithlove/skeletor {project} -s dev
$ git remote add upstream [email protected]:laravel/laravel.git
$ git pull upstream master
Edit the config file at Homestead.yaml
, after that just do 'vagrant up'to get started.