win laravel openssl_cipher_iv_length 报错 解决方法

时间:2025-03-01 14:11:26

win laravel openssl_cipher_iv_length() 报错 解决方法 

  Rick莫名 发布于 2018/06/14 16:53 

 

win下laravel Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length() 解决方法

openssl_cipher_iv_length为openssl扩展里的函数    解决方法很简单

首先检查里有没有开启扩展:extension=php_openssl.dll

如果开启了还报错

只需要把php的目录加入环境变量 -重启电脑  就解决了