In my application, I need to deploy my application to the client system. So, is there any way to run my php application without installing xampp ...
Since the client must access it as a finished application, without installing anything ...
This is a description of my project ...
We must develop an application in which the client will have our application, which he will connect to the remote server
Then it will download data from the remote server ...
He then uses this downloaded data using this application.
Here is my requirement - the user may not know about installing xampp ...
So, is there a way to run the application on the user system by simply copying some files
U can offer me a solution with one click (for example, using the installer, which will include installing xampp and copying my data to the user system).
source
share