Skip to content
Discussion options

You must be logged in to vote

If you FTP files from your local development machine to your server, then you run composer on your local develop machine and it will retrieve all the files that you need to your local development machine. You can then FTP them to your server.

As a developer, you should always know what version of PHP you are developing for, and what version is running on your server. Use FTP to upload a file containing a phpinfo() command and then call that script (you can delete it again afterwards), which will tell you what version you have installed, and what modules are loaded. If you don't know, how do you know what features of PHP you can use and what you can't use?
You should always be using the sa…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by oleibman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants