Zemke / starter-laravel-angular

Laravel and AngularJS Starter Application Boilerplate featuring Laravel 5.3 and AngularJS 1.5.8
https://starter-laravel-angular.herokuapp.com
Other
369 stars 119 forks source link

RuntimeException in compiled.php line 7051: #41

Closed caveman-uwi closed 7 years ago

caveman-uwi commented 8 years ago

No supported encrypter found. The cipher and / or key length are invalid.

in compiled.php line 7051
at EncryptionServiceProvider->Illuminate\Encryption\{closure}(object(Application), array()) in compiled.php line 1289
at Container->build(object(Closure), array()) in compiled.php line 1242
at Container->make('encrypter', array()) in compiled.php line 1780
at Application->make('Illuminate\Contracts\Encryption\Encrypter') in compiled.php line 1334
at Container->resolveClass(object(ReflectionParameter)) in compiled.php line 1318
at Container->getDependencies(array(object(ReflectionParameter)), array()) in compiled.php line 1304
at Container->build('Illuminate\Cookie\Middleware\EncryptCookies', array()) in compiled.php line 1242
at Container->make('Illuminate\Cookie\Middleware\EncryptCookies', array()) in compiled.php line 1780
at Application->make('Illuminate\Cookie\Middleware\EncryptCookies') in compiled.php line 9614
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in compiled.php line 2982
at CheckForMaintenanceMode->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9614
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in compiled.php line 9604
at Pipeline->then(object(Closure)) in compiled.php line 2254
at Kernel->sendRequestThroughRouter(object(Request)) in compiled.php line 2237
at Kernel->handle(object(Request)) in index.php line 53

I should add that I am new at this like started yesterday new.....

caveman-uwi commented 8 years ago

I chnaged the cipher value and now the error is. file_get_contents(/var/www/html/laravel/starter-laravel-angular/public/build/rev-manifest.json): failed to open stream where do you have this file located?

Zemke commented 8 years ago

Two possible solutions:

  1. https://github.com/Zemke/starter-laravel-angular/issues/27#issuecomment-127145266
  2. https://github.com/Zemke/starter-laravel-angular/issues/23#issuecomment-125245170
Zemke commented 7 years ago

Closing due to no further response—assuming it’s been resolved.