Home  >  Article  >  Backend Development  >  PHP toolbox cmd command to download and install Composer

PHP toolbox cmd command to download and install Composer

韦小宝
韦小宝Original
2018-02-06 15:03:3311939browse

Many friends have discovered that the latest PHP toolbox version 0.7 has PHP Composer among other advanced applications. Most students know that you can download and install Composer directly here, so why am I in the command bar? Entering composer install to install not only fails to install but also causes errors! So the editor below will take you to see how to solve this

The first step: If you want to install without errors , we need to check php_openssl in the PHP extension first

PHP toolbox cmd command to download and install Composer

##Second step:We can happily open the command line to install Composer

Enter

composer install

in the command line and get the result as shown in the figure, which means the installation is successful.


PHP toolbox cmd command to download and install Composer

Step Three: After the installation is successful, we go to the folder to see if it really exists .

PHP toolbox cmd command to download and install Composer

This means that the composer installation is complete. Friends who don’t know how to do it can try it! !


The above is the detailed content of PHP toolbox cmd command to download and install Composer. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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