Package Data | |
---|---|
Maintainer Username: | justinshannon |
Maintainer Contact: | mike@mjdugan.com (Mike Dugan) |
Package Create Date: | 2014-06-25 |
Package Last Update: | 2014-06-25 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:26:23 |
Package Statistics | |
---|---|
Total Downloads: | 22 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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
##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.