PHP server cmd command
Updated: 6th February 2020
Tags: php
PHP server in current directory
php -S localhost:8000
PHP server in public directory
php -S localhost:8000 -t public
Updated: 6th February 2020
Tags: php
PHP server in current directory
php -S localhost:8000
PHP server in public directory
php -S localhost:8000 -t public