首页> 实战笔录 >PHP开发笔记 >ThinkPHP ThinkPHP
TP5 Composer安装JqueryList出错 解决办法
作者:小萝卜 2019-06-27 【 TP5 QueryList 】 浏览 1524
简介安装不了,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介绍及简单的使用
相关文章
- TP5 添加平铺文字水印,并设置文字之间的间距和文字的角度
- TP6/ThinkPHP6 多应用模式域名串模块的问题
- ThinkPHP5/tp通用 redis锁 源码分享
- TP6定义常量报错:Use of undefined constant CONTROLLER_NAME - assumed 'CONTROLLER_NAME'
- PHP/ThinkPHP实现用户一段时间没有操作,系统自动退出
- TP6使用Jwt验证token时报错Cannot pass parameter 3 by reference
- tp6多应用模式下渲染视图报错D:\PhpstormProjects\tp6\app\admin\view\.html
- SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Attr_id' in 'where clause'
- TP5 添加平铺水印并设置水印之间的间距
- TP6导入、导出Excel教程