bitw/larulogin

v1.1 2014-06-23 17:34 UTC

This package is not auto-updated.

Last update: 2024-04-16 07:59:02 UTC


README

Package for working with service uLogin

Requirements

  • PHP >= 5.3

  • Laravel 4.*, 5.*

Installation

Execute composer require bitw/larulogin:dev-master or include to composer.json

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

Add provider in /app/config/app.php

    'providers' => array( ...

include

    'Bitw\Larulogin\LaruloginServiceProvider',

Publish configuration file php artisan config:publish bitw/larulogin

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

Connect and configure uLogin

In your account you need to add your site and confirm the test.

Use

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

Licence

larulogin is open-sourced software licensed under the MIT license.