About Composer using Alibaba Cloud full image

藏色散人
Release: 2020-03-02 17:52:58
forward
2515 people have browsed it

About Composer using Alibaba Cloud full image

Alibaba Cloud Mirror official website:

https://developer.aliyun.com/composer

Global configuration (recommended ) All projects will use this mirror address:

composer config -g repo.packagist composer https://developer.aliyun.com/composer

Cancel configuration:

composer config -g --unset repos.packagist

The project configuration only modifies the current project configuration. Only the current project can use this mirror address:

composer config repo .packagist composer https://developer.aliyun.com/composer

Unconfiguration:

composer config --unset repos.packagist
Copy after login

Add -vvv to the debugging composer command to output detailed information. The command is as follows:

composer -vvv require nesbot/carbon
Copy after login

Recommended tutorial: "composer"

The above is the detailed content of About Composer using Alibaba Cloud full image. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:segmentfault.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template