ZHE
  • 工具
  • AI命令
  • 导航
  • 博客
  • |
  • 登录
  • 注册
  • AI画图提示词
  • ubuntu
  • linux
  • web3
  • seo
  • laravel
  • wordpress
  • PHP
  • Stable Diffusion实战
  • Go语言教程之边写边学
Copyright zhe.ink ©2023-2025
Email: service@zhe.ink
吉ICP备2024017385号-3
gongan苏公网安备 32050902101537号

laravel Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length()

2024-02-23 13:56:57
344
laravel Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length()

原因是没有开启openssl扩展。

不过,在windows环境下还有一个需要注意的,就是php.ini文件中extension_dir需要修改为绝对路径,

如下:

extension_dir="C:\phpstudy_pro\Extensions\php\php7.4.3nts\ext"
相关文章
laravel: roadrunner: Undefined constant "Laravel\Octane\Commands\Concerns\SIGINT"
使用php curl CURLOPT_WRITEFUNCTION的示例代码
laravel中如何给一个路由文件配置限流?
caddy和php在不同docker下:部署laravel应用的caddyfile配置
laravel使用http event-stream方式返回response方法
laravel如何判断模型中是否有指定字段
linux bash shell文件错误:xxx.sh: line 2: $‘\r‘: command not found
linux bash中生成随机字符串
linux shell脚本生成一个指定内容的php文件
linux 创建mysql用户以及同名数据库并授权的shell脚本