首页> 实战笔录 >PHP开发笔记 >ThinkPHP ThinkPHP
TP5 Composer安装JqueryList出错 解决办法
作者:小萝卜 2019-06-27 【 TP5 QueryList 】 浏览 2492
简介安装不了,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 $request->isAjax()不能验证axios提交的请求
- tp5 致命错误: Class 'think\route' not found
- TP6/ThinkPHP6修改Session存活时间
- SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Attr_id' in 'where clause'
- TP5利用scp实现从a服务器转移文件到b服务器
- TP6/ThinPHP6 获取主键自增ID
- tp6多应用模式下渲染视图报错D:\PhpstormProjects\tp6\app\admin\view\.html
- TP3.2输入验证和I方法使用
- TP5 接口设计中异常处理
- TP6 TP5一键生成sitemap站点地图 代码分享
