How to create the build of PHP application [closed]
I have developed a web application in php. And i need to host it in the server. But before that i have convert the source code into build. How can i achieve this..
in Asp.net we were Using "BUILD" option. That means, the IDE(Framework) will compile the code and it wil ignore the .aspx.cs file and it will show only .aspx file in that build folder... Is there any options like that in php
No, nothing like that is necessary for PHP. You just upload your folder full of .php files to the server and that's it.
精彩评论