Page MenuHomePhorge
Diviner Contributor Docs Running built-in PHP webserver

Running built-in PHP webserver
Phorge Contributor Documentation (Developer Guides)

As of version 5.4.0, the PHP command line interface provides a built-in web server. This web server is designed for developmental purposes only, and should not be used in production. Phorge can be executed under it with the command:

$ php -S localhost:8000 -t path/to/phorge/webroot/ path/to/phorge/webroot/index.php