added new Socialite example to fit in with existing code.

This commit is contained in:
2026-02-21 15:48:48 -06:00
parent 3444174d6e
commit cd247a22b5
7 changed files with 181 additions and 25 deletions

View File

@@ -28,5 +28,8 @@ class AppServiceProvider extends ServiceProvider
public function boot(): void
{
//
Event::listen(function (\SocialiteProvider\Manager\SocialiteWasCalled $event) {
$event->extendSocialite('eveonline', \SocialiteProviders\Eveonline\Provider::class);
});
}
}