Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 519 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 519 Bytes

Development HTTP server.

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 PHP.Gt 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.