Welcome Guest, Not a member yet? Register   Sign In
php spark serve auto cancel issue
#4

(This post was last modified: 05-11-2022, 07:01 AM by captain-sensible.)

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
then you should have something that is a fully contained running web app.
CMS CI4 A CMS system, runs out of the box written on top of CI4
Arch Book  CodeIgniter4 on Apache(pages 92-114) 
Reply


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 captain-sensible - 05-11-2022, 07:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB