Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you. More–>
You can download Composer here. It’s updated version. Unzip it and run that .exe file. Then do following steps one by one.
Click next from above screen.
From this screen, If you want to install Shall Menus too, just select the button otherwise select ‘Do not’ then Click next.
In this screen, Give your php.exe file path using Browse and click next button.
It’s showing Ready to Install screen with your Configuration. Is it ok, then click ‘Install’ button.
Next screen will be screen the Informations and Instructions. Click next to launch.
Click ‘Finish’ to complete your Composer installation. Wow! You finished.
Open Command Prompt ( CMD ), then give Composer in admin directory and check your confirmation. Refer above image.
Notes:
1. You must enable the openssl extension to download files via https
Latest posts by KarSho (see all)
- Step to uninstall Android Studio fully on Mac - June 14, 2018
- Step to install new Python Package from inside of IPython - June 14, 2018