xrsites/laravel-social-login

The Laravel Framework: XRSites Social Login.

v1.2.0 2019-06-02 23:14 UTC

This package is auto-updated.

Last update: 2024-04-29 03:53:43 UTC


README

Build Status Code Coverage Scrutinizer Code Quality PHP from Packagist Packagist Version Packagist

Social Login by XRSites

Yet Another Laravel Framework Social Login Project with Socialite

Pre-requisites

  • PHP >= 5.6
    • OpenSSL PHP Extension
    • PDO PHP Extension
    • Mbstring PHP Extension
    • Tokenizer PHP Extension
    • XML PHP Extension
  • Composer

Setup

Just call the following in your prompt

$ composer create-project xrsites/laravel-social-login your-site

Then enter your newly created project, create your database file (SQLite) and build your database

$ cd your-site
$ touch database/database.sqlite
$ php artisan migrate

Finally, start your application and open your browser on the following URL

$ php artisan serve

http://localhost:8000

Integration with Dashboards

You can use this project as base to install Admin Panels.

Voyager

It's pretty straight forward. Follow the steps in Voyager's Github Site after creating an user with password using your localhost's register page

IMPORTANT: it's important that you follow all the steps until start your server using php artisan serve, and follow all the steps to create your new user. If for some reason you don't create a password, try to create your account using simple e-mail/password in register page.

See also