Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 458 Bytes

cli-wrapping.md

File metadata and controls

27 lines (18 loc) · 458 Bytes

CLI Wrapping


Requesting a route

myMVC serves simple CLI Requests.

You can easily run any existing route via commandline;

just use the same path/query as in Frontend.

take care to place the request expression into single quotes !

Examples

cd /public;
$ php index.php '/'
$ php index.php '/about/'
$ php index.php '/about/?a={"foo":"bar"}'