Skip to main content

Code Examples of laravel/socialite

Discover how to use Laravel's laravel/socialite method in real-world applications. Browse 5 examples from popular open-source projects.

5 examples

laravelio/laravel.io

  • 2499
  • Created May 2016
  • Updated Jun 2026

Files in this example

  • composer.json
    • app/Http/Controllers/Auth/GithubController.php
      • routes/web.php
        • resources/views/auth/login.blade.php
View full example

guillaumebriday/laravel-blog

  • 1800
  • Created Dec 2016
  • Updated Oct 2024

Files in this example

  • composer.json
    • app/Http/Controllers/Auth/AuthController.php
      • resources/views/auth/login.blade.php
        • routes/auth.php
View full example

nasirkhan/laravel-starter

  • 1388
  • Created Oct 2017
  • Updated May 2026

Files in this example

  • composer.json
    • app/Http/Controllers/Auth/SocialLoginController.php
      • routes/auth.php
        • resources/views/auth/social_login_buttons.blade.php
View full example

spatie/spatie.be

  • 499
  • Created Oct 2020
  • Updated Jun 2026

Files in this example

  • composer.json
    • routes/web.php
      • app/Http/Controllers/AppleSocialiteController.php
        • app/Providers/AuthServiceProvider.php
          • resources/views/auth/login.blade.php
View full example

tighten/novapackages

  • 336
  • Created Feb 2020
  • Updated Jun 2026

Files in this example

  • composer.json
    • routes/web.php
      • app/Http/Controllers/Auth/LoginController.php
View full example