bitw / larulogin
v1.1
2014-06-23 17:34 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.*
This package is not auto-updated.
Last update: 2026-03-03 17:10:11 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.