In addition to Weibo, there is also WeChat
Please pay attention

WeChat public account
Shulou
2025-11-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you how to view the global configuration of composer, I hope you will learn a lot after reading this article, let's discuss it together!
1. View the current image address
Enter the following command on the command line to view the image address:
$composer config-g repo.packagist {"type": "composer", "url": "https://packagist.org","allow_ssl_downgrade":true}"
You can also use composer config-l-g to view all global configurations
The following is to change the address to a Chinese image. If there is a problem with the Chinese image, you can restore it to the official default address. Here are the details.
2. Enable full mirroring service in China:
There are two ways to enable full mirroring service in China. The specific configuration methods are as follows:
1. System global configuration:
Add the configuration information to the global configuration file config.json of Composer. Modify the global configuration file for composer (recommended), open the command line and execute the following command:
The default address is changed to China Mirror address:
Composer config-g repo.packagist composer https://packagist.phpcomposer.com
Restore the Chinese image address to the default address: (note: this is to restore the Chinese image)
Composer config-g repo.packagist composer https://packagist.org
two。 Individual project configuration:
Configuration information is about to be added to the composer.json file of a project. There are two ways to modify the composer.json configuration file of the current project. Finally, you can add the following configuration information to the file:
"repositories": {"packagist": {"type": "composer", "url": "https://packagist.phpcomposer.com"}}"
2.1 Open the command line and enter the root directory of the project (that is, the directory where the composer.json file is located), and execute the following command:
The default address is changed to China Mirror address:
Composer config repo.packagist composer https://packagist.phpcomposer.com
This command will automatically add the mirrored configuration information at the end of the composer.json file in the current project
Restore the Chinese image address to the default address: (note: this is to restore the Chinese image)
Composer config repo.packagist composer https://packagist.org
2.2 manually add the above information to the composer.json file
The default address is changed to China Mirror address:
"repositories": {"packagist": {"type": "composer", "url": "https://packagist.phpcomposer.com"}}"
Restore the Chinese image address to the default address: (note: this is to restore the Chinese image)
Change the value of url to: https://packagist.org
After reading this article, I believe you have a certain understanding of the method of composer to view the global configuration, want to know more about it, welcome to follow the industry information channel, thank you for reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope





About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.