Support the ongoing development of Laravel.io →
posted 9 years ago
Configuration
Last updated 1 year ago.
0

You might try

catch( \Illuminate\Encryption\DecryptException ) ...
Last updated 1 year ago.
0

Do you know what is causing this?

Last updated 1 year ago.
0

Not really, I'm assuming it is related to namespace stacking and putting that first slash makes it start from the root namespace path.

Last updated 1 year ago.
0

Can you post some code or explain what your trying to do?

This error is thrown when the Encrypt class cannot decrypt a string, usually caused by changing the encryption key in your config. If you change your key, all existing encrypted values will no longer be able to be decrypted, so you'd either need to restore your existing key or delete the encrypted data.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

frocco frocco Joined 3 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.