Skip to content

PHP Built in Web Server

Fariz Luqman edited this page Feb 5, 2017 · 5 revisions

As of version 0.3.2, Running Damn Stupid Simple (DSS) framework with the PHP built-in web server is supported.

Warning: This web server was designed to aid application development. It may also be useful for testing purposes or for application demonstrations that are run in controlled environments. It is not intended to be a full-featured web server. It should not be used on a public network.

Running PHP internal web server

Navigate to the root of the framework and run:

php -S localhost:8080

Visit our website for tutorials: stupidlysimple.github.io

Clone this wiki locally