vinpkl
1
hi all
i downloaded Composer-Setup file in e:\xampp
then i run this setup file and it asked me to locate php.exe file.
i located it and it got installed.
Now i tried to follow this below simple basic tutorial
i created a composer.json file inside folder named "e:\xampp\htdocs\comp"
and inserted this code
{
"require": {
"raveren/kint": "0.9"
}
}
now the tutorial says to run composer install
composer install
I am not able to know where to write this command ??
I tried it on command line cmd
c:\Documents and Settings\Administrator>e:\xampp\php\php.exe composer install
Its give me error
Could not open input file : composer
vineet
chorn
2
easily cd
to your directory and run composer install
- nor more parameters required, composer is the program
vinpkl
4
hi chorn
where can i find composer software file ??
I am not talking about composer-setup file
but i am talking about composer.exe or with what ever extension it gets installed ??
It got installed succesfully but where does it got installed ?? how can i find ??
vineet
that would be composer.phar
and it will be available after you run composer-setup.php
.
there are settings for composer-setup that define the location of the executable. see https://getcomposer.org/download/
vinpkl
6
I searched on my pc but couldnot find it ??
I searched on c: and e: directories
i have installed xampp in e:
are you talking about the composer-setup.exe that i downloaded from getcomposer.org
are both composer-setup.exe and composer-setup.php same ??
do i need to run this file again ??
vineet
according to getcomposer.org the setup file is a PHP file, not an EXE file.
system
Closed
8
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.