Package Data | |
---|---|
Maintainer Username: | pantsel |
Maintainer Contact: | tselentispanagis@gmail.com (Panagis Tselentis) |
Package Create Date: | 2014-10-08 |
Package Last Update: | 2015-01-07 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:03:01 |
Package Statistics | |
---|---|
Total Downloads: | 15 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
SSO package for laravel 4
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',