run php website on mac code example
Example 1: run php server mac
php -S localhost:9000
Example 2: can't see php7 in my mac
// Install PHP 7.3
curl -s http://php-osx.liip.ch/install.sh | bash -s 7.3
php -S localhost:9000
// Install PHP 7.3
curl -s http://php-osx.liip.ch/install.sh | bash -s 7.3