Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length() - laraval5

I'm building a Laravel application, It worked fine yesterday when I launched the server using

php artisan serve --port:8080

Due to some problem with wampserver for other applications I create, I had to delete it and install it again but still, my larval application worked fine.

Today when I started the server I got this error :

FatalThrowableError (E_ERROR) Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length()

OpenSSL is activated in my PHP and I tried to run composter update but I got this error :

enter image description here

Can you help solve this problem?

like image 818
M_M Avatar asked Sep 17 '25 02:09

M_M


1 Answers

php artisan key:generate can solve cipher problem

like image 51
Dinesh Bajgain Avatar answered Sep 18 '25 18:09

Dinesh Bajgain