当前位置:网站首页>composer的一些操作
composer的一些操作
2022-07-23 05:40:00 【我王十一呀】
更换镜像
国外
composer config -g repo.packagist composer https://packagist.phpcomposer.com
国外
composer config -g repo.packagist composer https?://repo.packagist.org
阿里镜像
composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
中国镜像
composer config -g repo.packagist composer https://packagist.org
composer config -g repo.packagist composer https://packagist.composer-proxy.org
composer config -g repo.packagist composer https://p.staticq.com
查看当前源
composer config -gl
一些命令
安装
composer require 包名
卸载
composer remove 包名
添加新的文件夹
composer dump-autoload
cpmoser忽略版本
composer install --ignore-platform-reqs
边栏推荐
- Application of higher-order functions: handwritten promise source code (4)
- Project process summary
- Flex+js realizes that the height of the internal box follows the maximum height
- After the formula in word in WPS is copied, there is a picture
- Web Component-自定義元素的生命周期
- Five methods to prevent over fitting of neural network
- The attribution of branch and loop statements in C language
- Inheritance mode of JS
- js的call、apply、bind
- D2dengine edible tutorial (1) -- the simplest program
猜你喜欢

Vite X Figma 打造设计师专属的 i18n 插件

The problem that GBK codec cannot decode may be caused by the file name

Common errors in C language debugging -- brief answer

Scattered notes of machine learning: some concepts and notes

The super simple face recognition API can realize face recognition in just a few lines of code

TypeScript介绍

Custom formula input box

自定义公式输入框

Cell sends SMS asynchronously
![[Doris]配置和基本使用contens系统(有时间继续补充内容)](/img/74/21c5c0866ed6b1bb6f9a1e3755b61e.png)
[Doris]配置和基本使用contens系统(有时间继续补充内容)
随机推荐
JS higher order function
After the formula in word in WPS is copied, there is a picture
用getchar清理缓冲区(强烈推荐,C语言易错典型)
some、every、find、findIndex的用法
Sorting out common SQL interview questions and answers
[监控部署实操]基于granfana展示Prometheus的图表和loki+promtail的图表
$attrs中的对象没有变化,但触发了watch监听?
第一篇博客
[C language] what is a function? Classification and emphasis of functions (help you quickly classify and remember functions)
Copy a project /project in idea
js的call、apply、bind
从零开始的pytorch小白使用指北
MySQL之函数&视图&导入导出
机器学习中的矩阵向量求导
Uscd pedestrian anomaly data set user guide | quick download
解决手动查询Oracle数据库时间格式不正确的问题(DATE类型)
js中类数组对象以及类数组转换的方法(ES6, ES5)
transform: translate(-50%, -50%)边框问题
npm init vite-app <project-name> 报错 Install for [‘[email protected]‘] failed with code 1
机器学习零散笔记:一些概念和注意