-
Notifications
You must be signed in to change notification settings - Fork 31
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.
Navigate to the root of the framework and run:
php -S localhost:8080