I have installed composer from this link, but I still could not find where do I need to place the composer.json file.
I have installed composer from this link , but I still could not find
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the root of your project. Because you mentioned symfony, just have a look at the
composer.jsonfrom the symfony-standard editionhttps://github.com/symfony/symfony-standard/
Or even better: Follow the official instructions and use symfony-standard as starting point for your project directly.
You can forkt it directly from github.