How do I silent output of PHP built-in server?
I tried
php -S 127.0.0.1:80 -t public/ > /dev/null
but it still output
[Thu Jun 11 13:08:53 2015] 127.0.0.1:60963 [200]: /
How do I silent output of PHP built-in server?
I tried
php -S 127.0.0.1:80 -t public/ > /dev/null
but it still output
[Thu Jun 11 13:08:53 2015] 127.0.0.1:60963 [200]: /