Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    cli: Add module to run the CLI server with a router · b6866b52
    Jared Hancock authored
    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
    b6866b52