SproutCMS

This is the code documentation for the SproutCMS project

file /sprout/cli_bootstrap.php

View source


For local development without an Apache or FPM server.

Fire up your local PHP server with:
> php -S localhost:8080 -t src src/index.php

DO NOT USE THIS IN PRODUCTION.