Jump to content

Composer?


xaroiant

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...