https://github.com/davepartner/socialite
A laravel 5.6 full application boiler plate that uses socialite package to implement login with facebook, twitter, github and linkedin
https://github.com/davepartner/socialite
laravel laravel-application laravel-framework laravel-log-in-sign-up laravel55 laravel56
Last synced: 11 months ago
JSON representation
A laravel 5.6 full application boiler plate that uses socialite package to implement login with facebook, twitter, github and linkedin
- Host: GitHub
- URL: https://github.com/davepartner/socialite
- Owner: davepartner
- Created: 2018-02-18T21:31:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T14:43:31.000Z (almost 8 years ago)
- Last Synced: 2025-07-04T10:44:22.382Z (11 months ago)
- Topics: laravel, laravel-application, laravel-framework, laravel-log-in-sign-up, laravel55, laravel56
- Language: PHP
- Homepage: https://www.udemy.com/course/1556150
- Size: 811 KB
- Stars: 15
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Laravel socialite
This is a social media login system built with laravel 5.6, it works for laravel 5.3 and above.
It enables users to login and signup to your laravel platform using twitter, facebook, linkedin, google plus and github. They just have to click one button and the whole signup process, signin, picture upload, user profile etc will be created.
## Tutorial
The video tutorials for this repo is on [Udemy](https://www.udemy.com/course/1556150)
## Usage
1. Clone this app and setup database configurations in the .env file
2. Run Migrations
3. run `php artisan serve`
You can follow the my [Udemy](https://www.udemy.com/course/1556150) for the tutorial on the steps above.
That's all, you are good to go.
I can join your team, you can contact me.
## How to thank me
* Star this repo
Follow me on my social media handles
* Checkout my other laravel courses on [Udemy](https://www.udemy.com/course/1556150)
* Subscribe on [Youtube](http://youtube.com/c/braintemorg)
* Follow on [Twitter](http://twitter.com/braintem)
* Follow on [Instagram](http://instagram.com/daveozoalor)
* Like on [Facebook](http://fb.com/braintem)
## Contacts
* You can reach the me on `daveozoalor@gmail.com`
## License
Socialite is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).