I have connected my cPanel access using PuTTY to install Composer to be able to run my Symfony application. On running composer install
command on the server, I am getting this message as a throwback
composer could not find a
composer.json
file in/home/mydomain
to initialize a project please create acomposer.json
file
I am kind of confused as I don't know where to create the composer.json
on my server.
Please can someone assist am a newbie to this.