![]() |
i don't understand why you would want to use spark if you have xampp.
Basically a web server like apache , recognises php does the stuff it needs to do and then renders the content along with static html . My understanding of spark was that, like the php built in server , you would aim to use it as a sort of embedded server, so you could play with wen apps on say your Desktop So basically if you have things set up and xampp is running it should server up content , via localhost port 8080 or 80. if you stick a couple of html files in the web root of xampp you should be able to see that , if xampp is running. if you use sqlite as a database then you can even put your CI4 project onto your Desktop, from a terminal or whatever you call it in windows "cd" into web app and run : Code: php spark serve |
Messages In This Thread |
php spark serve auto cancel issue - by Dasuccess - 05-10-2022, 03:47 AM
RE: php spark serve auto cancel issue - by datamweb - 05-11-2022, 01:00 AM
RE: php spark serve auto cancel issue - by Dasuccess - 05-11-2022, 04:15 AM
RE: php spark serve auto cancel issue - by captain-sensible - 05-11-2022, 07:00 AM
RE: php spark serve auto cancel issue - by Dasuccess - 05-11-2022, 08:09 AM
|