added socialite and some hacks via vendor sideload to add social login
This commit is contained in:
@@ -162,6 +162,9 @@ return [
|
||||
|
||||
MightyPork\Providers\BladeExtensionsProvider::class,
|
||||
MightyPork\Providers\MacroServiceProvider::class,
|
||||
|
||||
// sideload
|
||||
AdamWathan\EloquentOAuthL5\EloquentOAuthServiceProvider::class,
|
||||
],
|
||||
|
||||
/*
|
||||
@@ -211,6 +214,8 @@ return [
|
||||
'Validator' => Illuminate\Support\Facades\Validator::class,
|
||||
'View' => Illuminate\Support\Facades\View::class,
|
||||
|
||||
// sideload
|
||||
'SocialAuth' => AdamWathan\EloquentOAuth\Facades\OAuth::class,
|
||||
],
|
||||
|
||||
// -------------- added keys --------------
|
||||
|
||||
Reference in New Issue
Block a user