cli: Add module to run the CLI server with a router
This adds a command-line module named `serve` which adds a module to run the command-line built-in PHP server with a router file that will properly handle the expected URL dispatchers for the pages/, api/, and apps/ magic URLs. Usage: $ php manage.php serve --help
include/cli/modules/serve.php
0 → 100644
Please register or sign in to comment