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
##Second step:We can happily open the command line to install Composer
Entercomposer install
Step Three: After the installation is successful, we go to the folder to see if it really exists .
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!