This website uses Cookies to provide you with the best possible service. Please see our Privacy Policy for more information. Click the check box below to accept cookies. Then confirm with a click on "Save".  
Status: 2023-07-25

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"}'