未找到laravel socialite类ServiceProvider

问题描述 投票:0回答:1

我不确定出了什么问题,但我试图通过遵循https://socialiteproviders.netlify.com/上的说明让社交名流工作,但它没有用。

所以我google了更多,并遵循https://laravel.com/docs/5.7/socialite上的说明似乎没事。我可以连接到谷歌api但有一些其他错误。

所以我kinde删除了config / app.php中的条目,因为它没有在第二条指令中编写和使用

过了一段时间,我再次尝试,我只得到这个错误:

Class 'SocialiteProviders\Manager\ServiceProvider' not found

如果我尝试这个命令也

composer update
composer dump-autoload
php artisan cache:clear

我也得到了错误

In ProviderRepository.php line 208:                                                          
Class 'SocialiteProviders\Manager\ServiceProvider' not found

怎么解决这个?

php laravel laravel-socialite
1个回答
0
投票

请删除已安装的社交名称并重新安装。 Follow this link, It is the best way to setup socialite in laravel

© www.soinside.com 2019 - 2024. All rights reserved.