24Slides / laravel-saml2

[Laravel 5.4+] An integration to add SSO to your service via SAML2 protocol based on OneLogin toolkit with support of multiple Identity Providers
MIT License
227 stars 67 forks source link

fix Step 2. Publish the configuration file. #2

Closed asaelmedina closed 4 years ago

asaelmedina commented 4 years ago

Its not correct: php artisan vendor:publish --provider="Slides\Saml2\ServiceProvider

the correct is without (") php artisan vendor:publish --provider=Slides\Saml2\ServiceProvider

breart commented 4 years ago

@asaelmedina thanks for that. I would really appreciate if you create a PR next time :)