首页> 实战笔录 >PHP开发笔记 >ThinkPHP ThinkPHP
TP5 Composer安装JqueryList出错 解决办法
作者:小萝卜 2019-06-27 【 TP5 QueryList 】 浏览 2326
简介安装不了,Loading composer repositories with package information Updating dependencies (including require-dev) Authentication required (packagist.phpcomposer.com): Username:出现这样的 情况
QueryList4教程 地址:
https://doc.querylist.cc/site/index/doc/45
在ThinkPHP5代码根目录执行composer命令安装QueryList:
composer require jaeger/querylist
如果出现 以下错误
Loading composer repositories with package information
Updating dependencies (including require-dev)
Authentication required (packagist.phpcomposer.com):
Username:
出现这样的 情况
使用这个命令试一下
composer config -g repo.packagist composer https://packagist.laravel-china.org
很赞哦! (0)
下一篇:phpQuery介绍及简单的使用
相关文章
- TP6阿里云OSS上传报SSL certificate problem:unable to get local issuer certificate
- TP6插入数据自动写入时间
- thinkphp6 使用 jwt 生成 token 中间件验证token
- tp6错误提示怎么不显示多少行了?
- TP6配置安装多应用模式后报错HTTP ERROR 500
- TP6上传图片验证时报错think\\Validate::check() must be of the type array
- tp5.0使用think-queue+redis实现消息队列简易教程
- TP6文件上传详解
- TP5 关联模型使用(嵌套关联、动态排序以及隐藏字段)
- TP6实现前后端分离的图片验证码,验证码怎么以接口形式返回
