2017 © Pedro Peláez
 

library sso-client

image

hongcaideng/sso-client

  • Saturday, January 9, 2016
  • by denghongcai
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SSO-Client library for Laravel

Install

Modify your composer.json, add, (*1)

  "require": {
    "hongcaideng/sso-client": "dev-master"
  }

Run composer update -vvv, (*2)

Modify your app/config/app.php, add, (*3)

'providers' => array(
    HongcaiDeng\SSO_Client\SSOClientServiceProvider::class
)

'aliases' => array(
    'SSO_Client' => HongcaiDeng\SSO_Client\Facades\SSOClient::class,
)

Run php artisan vendor publish, (*4)

The Versions

09/01 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Hongcai Deng