Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created March 10, 2018 02:49
Show Gist options
  • Save wichaksono/6b569a51a03d786b19a3d9443ba923b6 to your computer and use it in GitHub Desktop.
Save wichaksono/6b569a51a03d786b19a3d9443ba923b6 to your computer and use it in GitHub Desktop.
'providers' => [
// di provider
Laravel\Socialite\SocialiteServiceProvider::class,
],
'aliases' => [
// alias
'Socialite' => Laravel\Socialite\Facades\Socialite::class,
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment