composer 在thinkphp5下安装easywechat 报错
Failed to enable crypto
failed to open stream: operation failed

解决方法,更改 Packagist 为国内镜像,不知道会不会对后续操作有影响,反正现在是可以了:
composer config -g repo.packagist composer https://packagist.phpcomposer.com

然后再安装
composer require overtrue/wechat:~4.0 -vvv
 

相关文章:

  • 2021-09-15
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2021-10-15
猜你喜欢
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2022-02-23
  • 2022-12-23
  • 2021-06-27
  • 2022-12-23
相关资源
相似解决方案