1

This error occurred in compiled.php line 7772:

at EncryptionServiceProvider->getEncrypterForKeyAndCipher('SomeRandomString', 'AES-256-CBC') in compiled.php line 7762
at EncryptionServiceProvider->Illuminate\Encryption\{closure}(object(Application), array()) in compiled.php line 1353
at Container->build(object(Closure), array()) in compiled.php line 1309
2
  • please elaborate, how you were doing installation and when this error comes ? Commented Jul 28, 2016 at 6:57
  • Do you have the requierment (PHP version, etc..)? Commented Jul 28, 2016 at 7:00

1 Answer 1

1

Try

php artisan config:clear

And after that generate a new key for your application via

php artisan key:generate
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.