https://docs.phalconphp.com/en/latest/reference/built-in.html
https://gist.github.com/tamagokun/3801087
http://www.sitepoint.com/taking-advantage-of-phps-built-in-server/
在 PHP 5.4.0 之後,就內建 HTTP server,可以很方便的測試網頁。甚至代替網芳,用來傳檔案也很方便。
只要下這樣的指令,就可以了。
php -S localhost:8000 -t /web_root
只是不支援 Apache 的 .htaccess 和 mod_rewrite,對於省略 index.php 的網址,必須用其他方式達成。
沒有留言:
張貼留言