Setting up a development server

前端 未结 5 1798
梦谈多话
梦谈多话 2021-02-02 02:43

When developing PHP applications, it\'s best to have a server you develop/test on, and then a live server you put everything once it\'s ready.

OK, but how?

If yo

5条回答
  •  甜味超标
    2021-02-02 02:58

    As far as workflow goes, that's typically what happens for small sites. Depending on the size of the project, though, it might be a good idea to use version control like Git or Subversion.

提交回复
热议问题