Configure and view mirrors composer

System global configuration:

You can use composer config -l -g View all Global Configuration

composer config -l -g

Single project configuration:

Composer config -l can be used to view the current mirror configuration items in the root directory of the current project

composer config -l
 

Guess you like

Origin www.cnblogs.com/kinwing/p/11131357.html