Jump to content

Recommended Posts

Posted

Hello,

 

Composer is a ".phar" file which is a PHP Archive. This is used for big applications where they want to use Composer to manage installs of plugins and the software itself.

 

The problem is that Composer requires that commands be entered from the command line.

 

Is there a way for us to have access to this or are we not able to use Composer?

 

Thanks,

xaroiant

Posted

I've never seen a software that required composer. Composer just makes things easier if you have shell access. Just upload the source to the server. If you insist that you have to use composer you could just install it on your home computer and then upload the source that it creates. Let us know if you need help with any of this.

Posted (edited)

Composer itself is not supported, but the programs it puts together usually are. It's basically just a package manager, so you can technically run it on your local PC to put the program together, then upload the resulting file structure, adjust the config files if needed and the program should run.

 

EDIT: Beaten to it.

Edited by wolstech

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...