Added tinker to the default app

This commit is contained in:
Graham Campbell 2016-12-29 13:06:11 +00:00
parent 36875bb98e
commit 380c3a76a0
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,8 @@
"type": "project", "type": "project",
"require": { "require": {
"php": ">=5.6.4", "php": ">=5.6.4",
"laravel/framework": "5.4.*" "laravel/framework": "5.4.*",
"laravel/tinker": "~1.0"
}, },
"require-dev": { "require-dev": {
"fzaninotto/faker": "~1.4", "fzaninotto/faker": "~1.4",

View File

@ -166,8 +166,7 @@
/* /*
* Package Service Providers... * Package Service Providers...
*/ */
Laravel\Tinker\TinkerServiceProvider::class,
//
/* /*
* Application Service Providers... * Application Service Providers...