This includes the following core Silverstripe modules:
- silverstripe/recipe-cms: Recipe containing CMS, versioned, asset-admin, etc
- silverstripe/externallinks: Module which tracks external broken links in Silverstripe CMS pages
- silverstripe/reports: API for creating backend reports in the Silverstripe Framework
- silverstripe/securityreport: "Users, Groups and Permissions" report in Silverstripe CMS
- silverstripe/sitewidecontent-report: Report of all pages and files across all the project, including subsites
- bringyourownideas/silverstripe-maintenance: Report of all Silverstripe modules installed in the project
- bringyourownideas/silverstripe-composer-update-checker: Adds columns to the installed modules report indicating newer versions of installed modules that are available
This can be either added to an existing project or used as a project base for creating a basic CWP install.
composer create-project silverstripe/recipe-reporting-tools ./myproject
See the recipe plugin page for instructions on how Silverstripe recipes work.