madewithlove / skeletor
The Laravel Framework.
Installs: 52
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 12
Forks: 4
Open Issues: 7
Type:project
Requires
- php: >=7.0
- arrounded/core: ^2.0
- bugsnag/bugsnag-laravel: ^1.6
- laravel/framework: 5.5.*@dev
- laravel/tinker: ~1.0
- lord/laroute: 2.4.*
- rcrowe/twigbridge: 0.10.x@dev
Requires (Dev)
- barryvdh/laravel-debugbar: ^2.2
- barryvdh/laravel-ide-helper: ^2.2
- codeception/codeception: ^2.2
- ddelnano/dredd-hooks-php: ^1.1
- doctrine/dbal: ^2.5
- friendsofphp/php-cs-fixer: dev-master
- fzaninotto/faker: ^1.6
- laracasts/generators: ^1.1
- laravel/homestead: ^4.0
- mockery/mockery: ^0.9.5
- phpspec/phpspec: ^2.5
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2019-11-22 14:51:40 UTC
README
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.