简体   繁体   English

ProviderRepository.php第146行中的FatalThrowableError:未找到类'Laravel \\ Socialite \\ SocialiteServiceProvider'

[英]FatalThrowableError in ProviderRepository.php line 146: Class 'Laravel\Socialite\SocialiteServiceProvider' not found

I have looked at a lot of these questions already and have tried clear cache, composer update. 我已经查看了很多这些问题,并尝试过清除缓存,编写器更新。 None have worked. 没有人工作过。 I get this error and I cannot figure it out. 我收到这个错误,我无法弄清楚。

here is my log: 这是我的日志:

 [2016-09-17 04:08:29] local.ERROR:     Symfony\Component\Debug\Exception\FatalThrowableError: Class 'Laravel\Socialite\SocialiteServiceProvider' not found in /home4/office/public_html/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:146
Stack trace:
 #0 /home4/office/public_html/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php(114): Illuminate\Foundation\ProviderRepository->createProvider('Laravel\\Sociali...')

#1 /home4/office/public_html/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php(60): Illuminate\Foundation\ProviderRepository->compileManifest(Array)

#2 /home4/office/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(540): Illuminate\Foundation\ProviderRepository->load(Array)

#3 /home4/office/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(17): Illuminate\Foundation\Application->registerConfiguredProviders()
#4 /home4/office/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(203): Illuminate\Foundation\Bootstrap\RegisterProviders->bootstrap(Object(Illuminate\Foundation\Application))
#5 /home4/office/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(253): Illuminate\Foundation\Application->bootstrapWith(Array)
#6 /home4/office/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\Foundation\Http\Kernel->bootstrap()
#7 /home4/office/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(116): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
#8 /home4/office/public_html/public/index.php(53):     Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
#9 {main} 

Any help would be nice as I don't know if I'm missing something but I followed the install procedure from the git. 任何帮助都会很好,因为我不知道我是否遗漏了一些东西,但是我遵循了git中的安装程序。

I fixed it: 我修好了它:

if anybody else has this problem it came down to the composer itself. 如果有其他人有这个问题,那就归结为作曲家本身。 I had to uninstall and reinstall the composer. 我不得不卸载并重新安装作曲家。 I'm guessing the composer was not installing and/or autoloading the files right. 我猜测作曲家没有正确安装和/或自动加载文件。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 致命错误:第146行上的... /ProviderRepository.php中找不到类...。 - Fatal error: Class … not found in … /ProviderRepository.php on line 146 ProviderRepository.php 中的 Laravel 5.1 FatalThrowableError - Laravel 5.1 FatalThrowableError in ProviderRepository.php ProviderRepository.php第146行中的FatalErrorException:无法实例化抽象类App \\ Modules \\ ModuleServiceProvider - FatalErrorException in ProviderRepository.php line 146: Cannot instantiate abstract class App\Modules\ModuleServiceProvider 在 ProviderRepository.php 行 208 中找不到提供商 Class - Provider Class not found In ProviderRepository.php line 208 在 ProviderRepository.php 第 208 行: Class 'Netshell\Paypal\PaypalServiceProvider' 未找到 - In ProviderRepository.php line 208: Class 'Netshell\Paypal\PaypalServiceProvider' not found 找不到 Laravel5 类“Laravel\\Socialite\\SocialiteServiceProvider” - Laravel5 Class 'Laravel\Socialite\SocialiteServiceProvider' not found php artisan serve not working ProviderRepository.php line 208:Class'Laravelium not found\Sitemap\SitemapServiceProvider' - php artisan serve not working giving error In ProviderRepository.php line 208:Class 'Laravelium\Sitemap\SitemapServiceProvider' not found (1/1)在ProviderRepository.php第208行中找不到FatalErrorException类'Yajra \\ DataTables \\ DataTablesServiceProvider' - (1/1) FatalErrorException Class 'Yajra\DataTables\DataTablesServiceProvider' not found in ProviderRepository.php line 208 我收到一个错误 --- 在 ProviderRepository.php 第 208 行:找不到 Class 'Tymon\JWTAuth\Providers\LaravelServiceProvider' - I'am getting an error --- In ProviderRepository.php line 208: Class 'Tymon\JWTAuth\Providers\LaravelServiceProvider' not found 使用 composer install 在 ProviderRepository.php 错误中找不到类 - Class not found in ProviderRepository.php error with composer install
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM