Level 75
See if this post is helpful: https://laravel.io/forum/06-04-2015-cipher-error
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
i clone the project from bitbucket and run composer update and i'm getting below error.
RuntimeException in Encrypter.php line 43: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.
can you guys help me with this.
Do a php artisan key:generate, because your unique application key is used for encryption in your Laravel app.
Please or to participate in this conversation.