Call to undefined function IlluminateEncryptionopenssl_encrypt()
What's going on? PHP is 5.6.23, extension=php_openssl.dll is also enabled, and I keep getting this error.
Call to undefined function IlluminateEncryptionopenssl_encrypt()
What’s going on? PHP is 5.6.23 and extension=php_openssl.dll is enabled. This error always appears.
Look there:
<code>$value = \openssl_encrypt(serialize($value), $this->cipher, $this->key, 0, $iv);</code>