You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have Laravel 9 set up with Shibboleth authentication using https://github.com/uabookstores/laravel-shibboleth. Installing Voyager fails because of this.
When I run:
composer require tcg/voyager
It returns this error:
Error
Call to undefined method StudentAffairsUwm\Shibboleth\Providers\ShibbolethUserProvider::getModel()
at vendor/tcg/voyager/src/VoyagerServiceProvider.php:100
The Shibboleth class does not have a getModel method, so I'm assuming that's why it's failing. Any idea how to get Shibb auth working with Voyager?
Beta Was this translation helpful? Give feedback.
All reactions