This repository has been archived by the owner on Feb 7, 2025. It is now read-only.
Voyager & Shibb
#5726
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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