I tried to make my php project to run as a desktop application using php desktop.But I want to make it more portable rather than installing mysql and apache server in client's pc.Is there any way to make it more portable?
Asked
Active
Viewed 466 times
0
-
Use SQLite database to make it portable. – Czarek Tomczak Jul 14 '21 at 17:02
-
You are the developer of it right.God never thought to talk with such a legend – Torr Media Jul 14 '21 at 18:43
-
Thank you. For more information see: https://github.com/cztomczak/phpdesktop/wiki/Knowledge-Base#how-to-use-sqlite – Czarek Tomczak Jul 15 '21 at 02:53