Commit 380c3a76 authored by Graham Campbell's avatar Graham Campbell

Added tinker to the default app

parent 36875bb9
...@@ -6,7 +6,8 @@ ...@@ -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",
......
...@@ -166,8 +166,7 @@ return [ ...@@ -166,8 +166,7 @@ return [
/* /*
* Package Service Providers... * Package Service Providers...
*/ */
Laravel\Tinker\TinkerServiceProvider::class,
//
/* /*
* Application Service Providers... * 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