解决laravel5.8出现无法使用composer安装验证码扩展包问题

2019-12-17   阅读:3781   分类:后端    标签: Laravel

解决laravel5.8出现无法使用composer安装验证码扩展包问题

D:\ProgramFiles\phpstudy_pro\WWW\laravel_project>composer require mews/captcha

Using version ^3.0 for mews/captcha

./composer.json has been updated

Loading composer repositories with package information

Updating dependencies (including require-dev)

The "https://repo.packagist.org/p/illuminate/http.json" file could not be downloaded: failed to open stream: HTTP request failed!

https://packagist.phpcomposer.com could not be fully loaded, package information was loaded from the local cache and may be out of date

image.png

1、全局配置(推荐)

所有项目都会使用该镜像地址:


composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/

取消配置:

composer config -g --unset repos.packagist


如果当前项目无法安装扩展包,则使用以下

2、仅修改当前工程配置

仅修改当前工程配置,仅当前工程可使用该镜像地址:composer config repo.packagist composer https://mirrors.aliyun.com/composer/

取消配置:composer config --unset repos.packagist


image.png

【腾讯云】 爆款2核2G3M云服务器首年 61元,2核2G4M云服务器新老同享 99元/年,续费同价

‘简忆博客’微信公众号 扫码关注‘简忆博客’微信公众号,获取最新文章动态
转载:请说明文章出处“来源简忆博客”。http://www.tpxhm.com/adetail/274.html

×
觉得文章有用就打赏一下文章作者
微信扫一扫打赏 微信扫一扫打赏
支付宝扫一扫打赏 支付宝扫一扫打赏

文章评论(0)

登录
简忆博客壁纸一
简忆博客壁纸二
简忆博客壁纸三
简忆博客壁纸四
简忆博客壁纸五
简忆博客壁纸六
简忆博客壁纸七
简忆博客壁纸八
头像

简忆博客
勤于学习,乐于分享

置顶推荐

打赏本站

如果你觉得本站很棒,可以通过扫码支付打赏哦!
微信扫码:你说多少就多少~
微信扫码
支付宝扫码:你说多少就多少~
支付宝扫码
×