2017 © Pedro Peláez
 

library larulogin

image

bitw/larulogin

  • Tuesday, June 24, 2014
  • by bitw
  • Repository
  • 3 Watchers
  • 13 Stars
  • 124 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

larulogin Laravel Package

Package for working with service uLogin, (*1)

Requirements

  • PHP >= 5.3, (*2)

  • Laravel 4.*, 5.*, (*3)

Installation

Execute composer require bitw/larulogin:dev-master or include to composer.json, (*4)

{
    "require": {
        "bitw/larulogin": "dev-master"
    }
}

Add provider in /app/config/app.php, (*5)

    'providers' => array( ...

include, (*6)

    'Bitw\Larulogin\LaruloginServiceProvider',

Publish configuration file php artisan config:publish bitw/larulogin, (*7)

Create table (apply migration) php artisan migrate --package=bitw/larulogin, (*8)

Connect and configure uLogin

In your account you need to add your site and confirm the test., (*9)

Use

Call <?=Form::uLogin()?> or <?=Form::uLogin(['mode'=>'window'])?>, (*10)

Licence

larulogin is open-sourced software licensed under the MIT license., (*11)

The Versions

24/06 2014

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Avatar bitw

23/06 2014

v1.1

1.1.0.0

  Sources   Download

MIT

The Requires

 

by Avatar bitw

23/06 2014

v1.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by Avatar bitw