Added tinker to the default app
This commit is contained in:
parent
36875bb98e
commit
380c3a76a0
|
@ -6,7 +6,8 @@
|
|||
"type": "project",
|
||||
"require": {
|
||||
"php": ">=5.6.4",
|
||||
"laravel/framework": "5.4.*"
|
||||
"laravel/framework": "5.4.*",
|
||||
"laravel/tinker": "~1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"fzaninotto/faker": "~1.4",
|
||||
|
|
|
@ -166,8 +166,7 @@
|
|||
/*
|
||||
* Package Service Providers...
|
||||
*/
|
||||
|
||||
//
|
||||
Laravel\Tinker\TinkerServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
|
|
Loading…
Reference in New Issue