Skip to content

saits-webteam/Laravel-Shibboleth-Service-Provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel-Shibboleth-Service-Provider

Shibboleth Authentication for Laravel

Include the follwoing in your composer.json file and run composer update or install if it's a new project.

{
    "require": {
        "saitswebuwm/shibboleth": "dev-master": "dev-master"
    }
}

Include the following line to the end of your /app/config/app.php 'providers array'

'Saitswebuwm\Shibboleth\ShibbolethServiceProvider'

You will also want to run the following commands to override config changes outside of the package.

php artisan config:publish saitswebuwm/shibboleth

About

Shibboleth Authentication for Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages