2017 © Pedro Peláez
 

library laravel-socialite-profiles

A Laravel Socialite extension for having multiple social network profiles being attached.

image

ipunkt/laravel-socialite-profiles

A Laravel Socialite extension for having multiple social network profiles being attached.

  • Tuesday, December 6, 2016
  • by rokde
  • Repository
  • 2 Watchers
  • 4 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Socialite Profiles

Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

Introduction

Socialite profiles extends the Laravel Socialite package by allowing multiple social network profiles being attached at the user. Attaching and detaching can be done after being logged in., (*2)

Installation

Just install the package on your authorization server, (*3)

composer require ipunkt/laravel-socialite-profiles

and add the Service Provider in your config/app.php, (*4)

\Ipunkt\Laravel\SocialiteProfiles\SocialiteProfilesServiceProvider::class,

Then use @include('socialite-profiles::logins') in your login blade template to display all possible configured social logins., (*5)

Run php artisan vendor:publish --provider="\Ipunkt\Laravel\SocialiteProfiles\SocialiteProfilesServiceProvider", (*6)

Configuration

redirect-when-user-logged-in

Setting the redirect path when user logged successfully in., (*7)

user-model

Setting model class for your user model., (*8)

route

Set your authentication route path. This path will be followed by the social provider., (*9)

detaching_route

Set your detaching a social profile route path. This path will be followed by the social provider., (*10)

Usage

Use trait HasSocialProfiles in your User model to attach the social profiles., (*11)

License

Socialite Profiles is open-sourced software licensed under the MIT license, (*12)

The Versions

06/12 2016

dev-master

9999999-dev

A Laravel Socialite extension for having multiple social network profiles being attached.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robert Kummer

laravel google facebook twitter socialite github profiles xing

06/12 2016

0.1.1

0.1.1.0

A Laravel Socialite extension for having multiple social network profiles being attached.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robert Kummer

laravel google facebook twitter socialite github profiles xing

06/12 2016

0.1.0

0.1.0.0

A Laravel Socialite extension for having multiple social network profiles being attached.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robert Kummer

laravel google facebook twitter socialite github profiles xing