I want to use composer with symfony2 my questions are : 1-Where should I install composer ? inside of symfony folder ? other folder such as /bin ? 2- where do I configure composer.json ? 3- should I specify the folder where I'll install a bundle in , in the json file ?
Excuse me, but the official documentation doesn't offer a detailed explanation ..
composer installfrom the root folder of the project, location where thecomposer.jsonfile should lie.