Commit b7489316 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #4083 from laravel/tinker

[5.4] Added tinker to the default app
parents df1298bf 380c3a76
......@@ -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 @@ return [
/*
* Package Service Providers...
*/
//
Laravel\Tinker\TinkerServiceProvider::class,
/*
* Application Service Providers...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment