PHPackages                             3x1io/laravel-socialiter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. 3x1io/laravel-socialiter

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

3x1io/laravel-socialiter
========================

Automatically manager user persistence and resolution for any Laravel Socialite provider.

v1.0.0(3y ago)028MITPHP

Since Mar 12Pushed 3y agoCompare

[ Source](https://github.com/fadymondy/laravel-socialiter)[ Packagist](https://packagist.org/packages/3x1io/laravel-socialiter)[ GitHub Sponsors](https://github.com/mikebronner)[ RSS](/packages/3x1io-laravel-socialiter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Socialiter for Laravel
======================

[](#socialiter-for-laravel)

[![socialiter-masthead](https://user-images.githubusercontent.com/1791050/66761837-a9378980-ee59-11e9-9ddf-0293e0eb344b.png)](https://user-images.githubusercontent.com/1791050/66761837-a9378980-ee59-11e9-9ddf-0293e0eb344b.png)

Supporting This Package
-----------------------

[](#supporting-this-package)

This is an MIT-licensed open source project with its ongoing development made possible by the support of the community. If you'd like to support this, and our other packages, please consider sponsoring us via the button above.

We thank the following sponsors for their generosity, please take a moment to check them out:

- [LIX](https://lix-it.com)

Table of Contents
-----------------

[](#table-of-contents)

- [Requirements](#Requirements)
- [Installation](#Installation)
- [Implementation](#Implementation)

Requirements
------------

[](#requirements)

- PHP 7.2+
- Laravel 7.x
- Socialite 4.2+

Installation
------------

[](#installation)

1. Install the composer package:

    ```
    composer require genealabs/laravel-socialiter
    ```
2. Add the social credentials table:

    ```
    php artisan migrate
    ```

    To prevent automatic migrations from running (for example if you have a different migration setup, like multi-tenancy, etc.), add the following entry to your app's service provider:

    ```
