2
I’m trying to install Composer by this tutorial on Windows, but I’m having trouble downloading from both PHP and Curl.
2
I’m trying to install Composer by this tutorial on Windows, but I’m having trouble downloading from both PHP and Curl.
2
Try to install by the installer itself offered by Composer, Composer-Setup.exe. Good luck!
Browser other questions tagged php windows commiserate
You are not signed in. Login or sign up in order to post.
first Voce has to install Curl through the official website.
– RFL
You can install by php in its second option, but Voce should see if php and version 5.3 or later using php --version, when Voce ran the installation command by php there was a syntax error, copy the whole command and paste it and run: php -r "readfile('https://getcomposer.org/installer');" | php
– Gabriel Rodrigues
Dude, why don’t you download the regular installer?
– KhaosDoctor