Page MenuHomeDevCentral

D428.diff
No OneTemporary

D428.diff

diff --git a/composer.json b/composer.json
--- a/composer.json
+++ b/composer.json
@@ -8,7 +8,8 @@
"php": ">=5.5.9",
"laravel/framework": "5.2.*",
"artisaninweb/laravel-enum": "1.0.*",
- "keruald/globalfunctions": "~0.3"
+ "keruald/globalfunctions": "~0.3",
+ "laravel/socialite": "^2.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
diff --git a/config/app.php b/config/app.php
--- a/config/app.php
+++ b/config/app.php
@@ -172,6 +172,7 @@
* Third-party Service Providers...
*/
Artisaninweb\Enum\EnumServiceProvider::class,
+ Laravel\Socialite\SocialiteServiceProvider::class,
/*
* Application Service Providers...
@@ -227,6 +228,7 @@
'Route' => Illuminate\Support\Facades\Route::class,
'Schema' => Illuminate\Support\Facades\Schema::class,
'Session' => Illuminate\Support\Facades\Session::class,
+ 'Socialite' => Laravel\Socialite\Facades\Socialite::class,
'Storage' => Illuminate\Support\Facades\Storage::class,
'URL' => Illuminate\Support\Facades\URL::class,
'Validator' => Illuminate\Support\Facades\Validator::class,

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 29, 11:47 (10 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2164086
Default Alt Text
D428.diff (1 KB)

Event Timeline