xaroiant Posted October 20, 2017 Posted October 20, 2017 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 Quote
Krydos Posted October 20, 2017 Posted October 20, 2017 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. Quote
wolstech Posted October 20, 2017 Posted October 20, 2017 (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 October 20, 2017 by wolstech Quote
xaroiant Posted October 21, 2017 Author Posted October 21, 2017 The one that requires it is http://flarum.org It uses it for plugin/extension installs. Quote
miwilc Posted October 21, 2017 Posted October 21, 2017 It doesn't require it, just install it your home pc and then upload it. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.