madewithlove/skeletor

This package is abandoned and no longer maintained. No replacement package was suggested.

The Laravel Framework.

5.5.x-dev 2018-02-13 12:50 UTC

This package is auto-updated.

Last update: 2019-11-22 14:51:40 UTC


README

Skeletor

Creating a new project

Replace {project} with the project name

$ composer create-project madewithlove/skeletor {project} -s dev

Updating the skeleton

$ git remote add upstream git@github.com:laravel/laravel.git
$ git pull upstream master

Setting up the vagrant

Edit the config file at Homestead.yaml, after that just do 'vagrant up'to get started.