Reputation: 25733
My system environment is WAMP 2.5,
How to install laravel5-saml(SSO)
?
As per readme suggestion,
C:\wamp\www\myproject\config.php Added : 'Aacotroneo\Saml2\Saml2ServiceProvider', in the provider array
Added : 'Saml2' => 'Aacotroneo\Saml2\Facades\Saml2Auth', in the alias array
bash-3.1$ composer update
Loading composer repositories with package information Updating dependencies (including require-dev) Nothing to install or update Generating autoload files Generating optimized class loader bash-3.1$ php artisan vendor:publish
[Symfony\Component\Debug\Exception\FatalErrorException] Class 'Aacotroneo\Saml2\Saml2ServiceProvider' not found
How to resolve the above problem?
Upvotes: 0
Views: 704
Reputation: 717
The package aacotroneo/laravel-saml2 works in laravel 5.0 and laravel 5.2 but not in 5.1
See https://github.com/aacotroneo/laravel-saml2/pull/16
Upvotes: 1