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
I'm encountering an issue when trying to integrate the SocialiteProviders/Zitadel package. Despite following the official installation guide step by step, Laravel throws the following error in app/Providers/AppServiceProvider.php:
SocialiteProviders\Zitadel\Provider doesn't exist
I've installed the package via Composer: composer require socialiteproviders/zitadel
I cleared the cache using php artisan config:clear and php artisan cache:clear, but the issue persists.
I checked that the SocialiteProviders/Zitadel package is installed in the vendor directory.
Is there an additional step or configuration required that is missing from the documentation? Could this be related to the package version or a compatibility issue with Laravel 11?
The text was updated successfully, but these errors were encountered:
I'm encountering an issue when trying to integrate the SocialiteProviders/Zitadel package. Despite following the official installation guide step by step, Laravel throws the following error in
app/Providers/AppServiceProvider.php
:SocialiteProviders\Zitadel\Provider doesn't exist
I've installed the package via Composer:
composer require socialiteproviders/zitadel
app/Providers/AppServiceProvider.php:
boostrap/providers.php:
config/services.php:
I try to redirect to the Zitadel Provider by :
Laravel version: 11.9
PHP Version: 8.2
Socialite version: v5.16.0
socialiteproviders/zitadel: 4.1.0
socialiteproviders/manager: v4.7.0
I cleared the cache using
php artisan config:clear
andphp artisan cache:clear
, but the issue persists.I checked that the
SocialiteProviders/Zitadel
package is installed in the vendor directory.Is there an additional step or configuration required that is missing from the documentation? Could this be related to the package version or a compatibility issue with Laravel 11?
The text was updated successfully, but these errors were encountered: