Flynsarmy / oc-sociallogin-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

October CMS Social Login Plugin

Plugin Requirments

  1. RainLab User Plugin
  2. Hybridauth Laravel Click to get

Social Logins

  1. Google
  2. Facebook
  3. Twitter

How to set the project on your October CMS project

  1. Setup your October CMS Project
  2. Create a folder on your Plugin Folder name as flynsarmy
  3. cd into that folder and clone the project using HTTPS or SSH
  4. Rename the Cloned projects folder name to sociallogin
  5. Installing the RainLab User plugin to your project
  6. Open a new terminal on the project main directory you can do it using
    1. On Windows Ctrl +
    2. On Mac Command + J
  7. Enter the command to run the migration on the plugin php artisan october:migrate
  8. Next use thiscomposer require hybridauth/hybridauth command and install the Hybridauth Laravel library.
  9. Next you need to access the settings to paste the credentials on the Social Login Settings.
  10. Now you can access the login by <YOUR_OCTOBER_CMS_URL>/flynsarmy/sociallogin/Google?s=/&f=/login
    1. Example: http://example.com/flynsarmy/sociallogin/Google?s=/&f=/login
  11. Thank you šŸ„°.

About


Languages

Language:PHP 89.4%Language:HTML 10.6%