library sso-laravel
VATSIM SSO package adapted for laravel
mikedugan/sso-laravel
VATSIM SSO package adapted for laravel
- Wednesday, June 25, 2014
- by justinshannon
- Repository
- 1 Watchers
- 3 Stars
- 10 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
VATSIM SSO (for Laravel)
This is the VATSIM SSO package, built specifically for Laravel applications., (*1)
If you are looking for a platform agnostic version, please check https://github.com/mikedugan/sso, (*2)
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', (*3)
Be sure to modify the contents of app/config/packages/mikedugan/sso-laravel/sso.php to match your credentials., (*4)
dev-master
9999999-dev
VATSIM SSO package adapted for laravel
Sources
Download
MIT
The Requires
0.01
0.01.0.0
VATSIM SSO package adapted for laravel
Sources
Download
MIT
The Requires