The following tutorial column of composer will introduce you to the method of adding domestic mirrors in composer. I hope it will be helpful to friends who need it!
Option 1. Global configuration (recommended)
$ composer config -g repo.packagist composer https://packagist.laravel-china.org
Option 2. Use alone
If only the current project uses the mirror, remove it -g, as follows:
$ composer config repo.packagist composer https://packagist.laravel-china.org https://packagist.laravel-china.org/
For more composer-related technical articles, please visit the composer tutorial column: https://www.php.cn/tool/composer/
The above is the detailed content of How to add domestic mirror in composer. For more information, please follow other related articles on the PHP Chinese website!