pantsel/sso

SSO package for Laravel 4.

dev-master 2015-01-07 08:52 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:58:33 UTC


README

SSO package for laravel 4

Still under heavy development

Require this package in your composer.json and run composer update:

"pantsel/sso": "dev-master"

After updating composer, add the ServiceProvider to the providers array in app/config/app.php

'Pantsel\Sso\SsoServiceProvider',