Fork me on Baidu
摘要: 1、首先下载需要的第三方类库,放在TP框架下的vendor文件夹下(自行查看里面用到的命名空间,新建的文件夹最好能和命名空间一致) 2、给第三方类库SDK写上命名空间,命名空间为该类库的文件夹对应的名字 3、在composer.json文件中添加需要加载的第三方类库(文件路径从vendor开始写) 阅读全文
posted @ 2021-12-10 15:05 consideration 阅读(884) 评论(0) 推荐(0) 编辑
摘要: fatal: unable to access 'https://github.com/pusher/cli.git/': Failed to connect to github.com port 443 after 21074 ms: Timed out 出现类似报错时 将Https 修改为git 阅读全文
posted @ 2021-12-10 11:22 consideration 阅读(161) 评论(0) 推荐(0) 编辑
摘要: composer设置阿里云镜像源1. 首先把默认的源给禁用掉 composer config -g secure-http false 2. 再修改镜像源 这里我使用阿里的源 composer config -g repo.packagist composer https://mirrors.ali 阅读全文
posted @ 2021-12-10 11:17 consideration 阅读(813) 评论(0) 推荐(0) 编辑