类加密器不存在

0 laravel laravel-5.2

我在 Laravel 5.2 上收到以下错误消息:

ReflectionException in Container.php line 734:
Class encrypter does not exist
Run Code Online (Sandbox Code Playgroud)

什么可能导致这个问题?

编辑:

当我将以下代码添加到 app.php 时发生错误:

    'providers' => [
    // Other service providers...

    Laravel\Socialite\SocialiteServiceProvider::class,
],

'Socialite' => Laravel\Socialite\Facades\Socialite::class,
Run Code Online (Sandbox Code Playgroud)

you*_*es0 5

生成密钥 php artisan key:generate