Skip to content
Greg Bowler edited this page Mar 9, 2025 · 2 revisions

This webserver is for use with WebEngine projects. Starting the server executes the PHP inbuilt server and uses the WebEngine go.php entry point as the router script.

When requiring this project directly using Composer, run the server by calling vendor/bin/serve. If you're using the PHPGT Installer you can start the server on its own with the gt serve command, or with the other background processes with the gt run command.

// TODO: More documentation

Clone this wiki locally