Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@ 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](https://www.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.
When requiring this project directly using Composer, run the server by calling `vendor/bin/serve`. If you're using the [PHP.Gt Installer](https://www.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.

# Proudly sponsored by

[JetBrains Open Source sponsorship program](https://www.jetbrains.com/community/opensource/)

[![JetBrains logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://www.jetbrains.com/community/opensource/)
Loading