To use the local composer should I install it in the folder where my projects are located? In case C: / Users / Eu / Jobs ...
And as there are several projects (sites), for each one I must have composer.json right? But what about the libraries issue, for example phpmailer , in each project should I install it or just add it in the composer.json project require? This part is too confusing for me.
One more question, and when putting this project online will the library issue work or will I have to run the composer in the online environment?