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
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.
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
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.
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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now