Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 669 Bytes

File metadata and controls

20 lines (13 loc) · 669 Bytes

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