Home  >  Article  >  Development Tools  >  Do you know what these commonly used composer parameters mean?

Do you know what these commonly used composer parameters mean?

藏色散人
藏色散人forward
2020-06-24 13:35:102780browse

The following tutorial column of composer will introduce you to some commonly used parameters of composer. I hope it will be helpful to friends in need!

Do you know what these commonly used composer parameters mean?

##composer Common parameter description:

  • -vvv is to tell the details of the execution in real time, suitable for debugging problems.

  • dump-autoload Reloads the package to generate an autoload file.

  • –no-scripts No need to execute scripts related to definition scripts in composer.json

  • –no-dev Do not install composer.json Relevant packages in require-dev. This must be reinstalled to be effective, direct update is invalid.

For more composer technical articles, please visit the

composer column!

The above is the detailed content of Do you know what these commonly used composer parameters mean?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete