This is a social media login system built with laravel 5.6. It enables users to login and signup to your laravel platform using facebook, linkedin and google plus.
To integrate social media login to your web app, you must register your web app and redirect URIs to each social platform and get your own client ID and Secret. You can replace example infos with yours in .env file.
- Clone this app and setup database configurations in the .env file
- Run Migrations
- run
php artisan serve
That's all, you are good to go.
I can join your team, you can contact me.
- Email verification Now, we can use gmail smtp server for email confirmation. In case of your gmail, you might need to turn 2-step verification on in your gmail settings. You can enter app password generated by 2-step verification process.
- Star this repository
Socialite is open-sourced software licensed under the MIT license.