首页> 实战笔录 >PHP开发笔记 >ThinkPHP ThinkPHP
TP5 Composer安装JqueryList出错 解决办法
作者:小萝卜 2019-06-27 【 TP5 QueryList 】 浏览 2114
简介安装不了,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报错:Non-static method think\Request::controller() should not be called statically
- tp5使用jwt生成token,做api的用户认证
- TP6/ThinPHP 修改错误级别
- PHP/TP5使用supervisor/workerman在CLI模式下mysql断线重连解决办法
- TP3.2输入验证和I方法使用
- tp5.0使用think-queue+redis实现消息队列简易教程
- ThinkPHP3.2和5.0的区别
- Tp6 $request->isAjax()不能验证axios提交的请求
- TP6使用redis操作报错Store [redis] not found.
- TP6批量打包下载文件图片