Skip to content

A Laravel project that integrates social login functionality, allowing users to authenticate via popular social media platforms like Facebook, Google, and Twitter. This module simplifies the process of adding social login features to your Laravel applications.

Notifications You must be signed in to change notification settings

mohitsingla46/laravel-social-login

Repository files navigation

Laravel Authentication using Passport

A Laravel project demonstrating Github/Facebook/Google/LinkedIn/Twitter social login.

Getting started

Project configuration

Start by cloning this project on your workstation.

The next thing will be to install all the dependencies of the project.

cd ./laravel-social-login
composer install

Once the dependencies are installed, you can now configure your project by creating a new .env file containing the environment variables used for development.

cp .env.example .env

Create database tables using migration command.

php artisan migrate

Launch and discover

You are now ready to launch the Laravel application using the command below.

php artisan serve

You can now head to http://127.0.0.1:8000/ and see that it works.

Contributing

Feel free to suggest an improvement, report a bug, or ask something.

About

A Laravel project that integrates social login functionality, allowing users to authenticate via popular social media platforms like Facebook, Google, and Twitter. This module simplifies the process of adding social login features to your Laravel applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages