socialite
This commit is contained in:
@@ -152,6 +152,7 @@ return [
|
|||||||
*/
|
*/
|
||||||
Collective\Html\HtmlServiceProvider::class,
|
Collective\Html\HtmlServiceProvider::class,
|
||||||
//nullx27\Socialite\EveOnline\Providers\EveOnlineServiceProvider::class,
|
//nullx27\Socialite\EveOnline\Providers\EveOnlineServiceProvider::class,
|
||||||
|
Laravel\Socialite\SocialiteServerProvider::class,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Application Service Providers...
|
* Application Service Providers...
|
||||||
@@ -212,6 +213,7 @@ return [
|
|||||||
'View' => Illuminate\Support\Facades\View::class,
|
'View' => Illuminate\Support\Facades\View::class,
|
||||||
'Form' => Collective\Html\FormFacade::class,
|
'Form' => Collective\Html\FormFacade::class,
|
||||||
'Html' => Collective\Html\HtmlFacade::class,
|
'Html' => Collective\Html\HtmlFacade::class,
|
||||||
|
'Socialite' => Laravel\Socialite\Facades\Socialite::class,
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -35,4 +35,10 @@ return [
|
|||||||
'secret' => env('STRIPE_SECRET'),
|
'secret' => env('STRIPE_SECRET'),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'eveonline' => [
|
||||||
|
'client_id' => env('EVEONLINE_CLIENT_ID'),
|
||||||
|
'client_secret' => env('EVEONLINE_CLIENT_SECRET'),
|
||||||
|
'redirect' => env('EVEONLINE_REDIRECT'),
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user