Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

madewithlove/skeletor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeletor

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 [email protected]: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.