在安装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

在安装

《L01 基础入门》
我们将带你从零开发一个项目并部署到线上,本课程教授 Web 开发中专业、实用的技能,如 Git 工作流、Laravel Mix 前端工作流等。
《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 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年前 评论

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