How to install composer in windows xampp server

To install composer package in windows operating system. you will need to follow below steps.

Step 1: First download xampp server on you local machine.

Step 2: You will need to download Composer-setup.exe  file from its website.

Step 3: Before installation of composer-setup.exe file please make sure that this two php extension should not be comment in php.ini file.

extension=php_openssl.dll
extension=php_curl.dll

Step 4: After removing comment(;) sign save this php.ini file and now click on Composer-setup.exe file and install this setup.

Step 5: After installation complete open command-prompt terminal and write 'composer'. if it will display composer info then your composer package has been successfully installed.

For more details and clarification please watch this tutorial video.



Previous
Next Post »