4

I have a problem after installing "Composer" for Windows. I have installed it with the installer for windows and added the path.

But when I typ: composer in CMD nothing shows up, Just an empty rule.

screenshot

Does somebody know how to fix this problem?

peterm
  • 91,357
  • 15
  • 148
  • 157
Nieck
  • 1,626
  • 3
  • 21
  • 41

1 Answers1

0

Most likely there is a misconfiguration with your PHP. Run the following command to check for any such misconfigurations:

curl -s https://getcomposer.org/installer | php -- --check
Nicodemuz
  • 3,539
  • 2
  • 26
  • 32