Jump to content

Can someone explain Composer installation to me


gregaryb

Recommended Posts

https://getcomposer.org/doc/01-basic-usage.md

 

Where do you type one of these?

 

curl -sS https://getcomposer.org/installer | php

 

or if you don't have curl

 

php -r "readfile('https://getcomposer.org/installer');" | php

 

In the top of a web page between <?php ?>?

 

In your web hosting service account login some where?

Edited by gregaryb
Link to comment
Share on other sites

Inside a shell console. If your web host does not give you shell access then you can't do it. There might be a way to write a PHP script to run those commands if your host allows PHP to use the functions necessary to do that.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...