在安装PHPHub5 composer install 报错

如果大家谁有完整的安装包可不可以给提供一份!!! 想学习下里面的内容

在安装PHPHub5的时候, composer install 首先报错

Deprecation warning: require.VentureCraft/revisionable is invalid, it should not contain uppercase characters. Please use venturecraft/revisionable instead. Make sure you fix this as Composer 2.0 will error.

接下来安装依赖库的时候 就是下面图片的样子

Failed to download nesbot/carbon from dist: The "https://files.phpcomposer.com/files/briannesbitt/Carbon/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc.zip" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed
    Now trying to download from source

在安装

《L03 构架 API 服务器》
你将学到如 RESTFul 设计风格、PostMan 的使用、OAuth 流程,JWT 概念及使用 和 API 开发相关的进阶知识。
《G01 Go 实战入门》
从零开始带你一步步开发一个 Go 博客项目,让你在最短的时间内学会使用 Go 进行编码。项目结构很大程度上参考了 Laravel。
讨论数量: 4

certificate verify failed:证书验证失败。应该是缺少 CA 证书。

  1. 这里 下载证书
  2. 配置 php.ini
    openssl.cafile = 路径/cacert.pem
3年前 评论

Deprecation warning: require.VentureCraft/revisionable is invalid, it should not contain uppercase characters. Please use venturecraft/revisionable instead.

请问这个错误解决了吗

3年前 评论

我也遇到类似的问题了,有么有解决的呀?

2年前 评论

@Vicoo 按照提示,把这里改为小写的就可以
file

如果报其他错,可以用如下命令

Laravel

composer install --no-plugins
2年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!