I currently run my project using this command: php -S localhost:8080 -t public . This routes all traffic (if a file by the path doesn\'t exist) through public
php -S localhost:8080 -t public
public