Skip to content

bitw/larulogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

larulogin Laravel Package

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.