FatalErrorException in Encrypter.php line 66: Call to undefined function openssl_encrypt() 怎么解决 我也开启了php_openssl..
用phpinfo看看是否有OpenSSL呢,
var_dump(function_exists("openssl_encrypt"))看看函数是否存在 安装拓展 在php.ini中取消 openssl前面的";"号