Class' Illuminate \ Encryption \ Encrypter'未找到

时间:2014-10-07 15:27:27

标签: php laravel laravel-4

我将Laravel应用程序移动到共享主机上。现在,我在所有页面上收到此错误消息。不知道如何解决它。当我复制我的供应商文件夹时,我相信我正在使用另一个版本的Laravel。我想我使用的是4.2.6,现在我在开发中使用了4.2.8。

Class 'Illuminate\Encryption\Encrypter' not found

`/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php
     *
     * @return void
     */
    public function register()
    {
        $this->app->bindShared('encrypter', function($app)
        {
            $encrypter =  new Encrypter($app['config']['app.key']);

            if ($app['config']->has('app.cipher'))`

0 个答案:

没有答案