I have installed xampp on my PC. After that I installed composer using window installer. On the website they tell about composer.json which looks something like this in the example
{
"require": {
"monolog/monolog": "1.2.*"
}
}
Where do I put it? How do I run it? I have searched a lot but found nothing. Any suggestion would be great.
I ran command prompt as administrator with following command
C:windowssystem32>composer
It printed out a bunch of commands. I tried typing
C:windowssystem32>composer install
I got an error that composer could not find composer.json file
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…