I'm using the Composer Windows installer and it brings me to this window,
There is nothing in the dropdown, but I'm not sure where to pick the correct command-line PHP. Should I direct it to the php.exe in XAMPP folder?
I'm using the Composer Windows installer and it brings me to this window,
There is nothing in the dropdown, but I'm not sure where to pick the correct command-line PHP. Should I direct it to the php.exe in XAMPP folder?
If you are using wampp do this:
Click the browser button.
Then select your file path like following path.
(C:\wamp\bin\php\php5.4.12\php.exe)
If you are using xampp do this:
Click the browser button.
Then select your file path like the following path.
(C:/xampp/php/php.exe)
Yes you have to select php.exe from your xampp folder if you are using localhost. choose this path... xampp > php > php.exe
I came across the same screen. I'm using Vertrigo Server and all the things that I have done was pick the php.exe file path by clicking on "Browse..." button (on my machine it is on C:\Program Files\VertrigoServ\Php\php.exe). Hope that helps.
If you are using Ammps on Windows, you can click Browse -> 'C' -> Program Files -> Ammps -> 'Your PHP Version' -> php.exe, Worked for me.
Composer automatically detects the directory in which your php.exe file is located. mainly it is in C:\xampp\php directory if you are using Xampp server and C:\wamp\bin\php\php7.4.1 directory if using wamp server. If your composer browser don't automatically detects the location of php.exe then you can use your browse option to locate it.