Download the PHP package pacificdev/social-login-for-laravel without Composer
On this page you can find all versions of the php package pacificdev/social-login-for-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pacificdev/social-login-for-laravel
More information about pacificdev/social-login-for-laravel
Files in pacificdev/social-login-for-laravel
Package social-login-for-laravel
Short Description Login with Linkedin for Laravel applications
License MIT
Informations about the package social-login-for-laravel
Social Login for Laravel
This package adds a social login component that can be used to log users using linkedin
Features
- Log the user using Linkedin
Requirements
To use this package you need to create a linkedin application and get the following creadentials
- LINKEDIN_CLIENT_ID
- LINKEDIN_CLIENT_SECRET
Create a linkedin app
Watch the video below for a step by step guide on how to add a linkedin login to your laravel app using this package.
You can find the instructions to create a new linkedin app in the official documentation here
✅ Services to enable:
When you create the linkedin app you need to activate the following services in the Products tab:
Usage
Install the composer package:
The first step is to install the package in your laravel application.
Add the social login component in the login and register pages as shown below
Add the linkedin service
Publish the package files
If you need to make changes to the package config file, views or migrations you can publish them using the following commands:
Roadmap
- [X] Linkedin Login
- [ ] Google Login
All versions of social-login-for-laravel with dependencies
illuminate/support Version *
laravel/socialite Version ^5.6
socialiteproviders/linkedin Version ^4.2