madewithlove/skeletor

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

The Laravel Framework.

Installs: 52

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 12

Forks: 4

Open Issues: 7

Type:project

pkg:composer/madewithlove/skeletor

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.