I want instaler the LexikFormFilterBundle but when I made the command composer update in the console I got this error even though the call is set : Cannot run program "composer" (in directory "C:\wamp\www\esen-ecommerce"): CreateProcess error=2, Le fichier spécifié est introuvable
Asked
Active
Viewed 337 times
1 Answers
1
You can use
C:\bin>echo @php "%~dp0composer.phar" %*>composer.bat
set path=%path%;c:\bin
assuming that c:\binis the path where composer.phar is located
Sources:
https://getcomposer.org/doc/00-intro.md#installation-windows
-
do you use composer.phar or composer.bat? – Richard May 24 '16 at 05:49
-
The specified path was not found. – J. Yossra May 24 '16 at 05:51
-
which path c:\bin\composer? I just put it as an example. Where did you install your composer.bat file? – Richard May 24 '16 at 05:52
-
i use composer.phar but I got an error: the file not existe – J. Yossra May 24 '16 at 05:53
-
http://stackoverflow.com/questions/12059397/is-there-any-way-to-install-composer-globally-on-windows or https://getcomposer.org/doc/00-intro.md#installation-windows – Richard May 24 '16 at 05:57
-
i installed in symfony – J. Yossra May 24 '16 at 05:58