Since php 5.4, php comes with default dev server
https://stackoverflow.com/questions/3004696/is-there-a-simple-php-development-server
to start dev server for a php file
php -S 0.0.0.0:9999 my.php
No comments:
Post a Comment