Hacker News new | ask | show | jobs
by cbsjjxhcc 1251 days ago
You can just install PHP and use the built in dev server:

    php -S localhost:8000 -t ~/my-php-files

https://www.php.net/manual/en/features.commandline.webserver...