diff --git a/composer.json b/composer.json index 1b7c2e0a..5bb4dc0c 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/config/app.php b/config/app.php index 717ee983..b3f0991a 100644 --- a/config/app.php +++ b/config/app.php @@ -166,8 +166,7 @@ /* * Package Service Providers... */ - - // + Laravel\Tinker\TinkerServiceProvider::class, /* * Application Service Providers...