mikedugan/sso-laravel
VATSIM SSO package adapted for laravel
23
3
| Install | |
|---|---|
composer require mikedugan/sso-laravel |
|
| Latest Version: | 0.01 |
| PHP: | >=5.4.0 |
| License: | MIT |
| Last Updated: | Jun 25, 2014 |
| Links: | GitHub · Packagist |
Maintainer: justinshannon
VATSIM SSO (for Laravel)
This is the VATSIM SSO package, built specifically for Laravel applications.
If you are looking for a platform agnostic version, please check https://github.com/mikedugan/sso
##Requirements
- PHP >= 5.4.0
- Illuminate/Support (packaged with Laravel)
- Additional yet unidentified Laravel dependencies. This package was bundled and tested on Laravel 4.2
##Installation
composer require mikedugan/sso-laravel dev-master
php artisan config:publish mikedugan/sso-laravel
Add 'Mikedugan\Sso\SsoServiceProvider' to your app.php service providers array If you would like to use the facade, add the following line to your aliases array: 'Sso' => 'Mikedugan\Sso\SsoFacade'
Be sure to modify the contents of app/config/packages/mikedugan/sso-laravel/sso.php to match your credentials.