2017 © Pedro Peláez
 

project laravel-social-login

The Laravel Framework: XRSites Social Login.

image

xrsites/laravel-social-login

The Laravel Framework: XRSites Social Login.

  • Friday, December 22, 2017
  • by rrantz
  • Repository
  • 2 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status Code Coverage Scrutinizer Code Quality PHP from Packagist Packagist Version Packagist, (*1)

Social Login by XRSites

Yet Another Laravel Framework Social Login Project with Socialite, (*2)

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, (*3)

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

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

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

Finally, start your application and open your browser on the following URL, (*5)

$ php artisan serve

http://localhost:8000

Integration with Dashboards

You can use this project as base to install Admin Panels., (*6)

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, (*7)

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., (*8)

See also

The Versions

22/12 2017

dev-master

9999999-dev

The Laravel Framework: XRSites Social Login.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework social login xrsites