This includes the following core SilverStripe and community modules:
- silverstripe/recipe-cms: Recipe containing CMS, versioned, asset-admin, etc
- silverstripe/segment-field: A reusable approach to segment-generating fields
- silverstripe/userforms: UserForms module provides a visual form builder for the SilverStripe CMS. No coding required to build forms such as contact pages
- symbiote/silverstripe-queuedjobs: A module that provides interfaces for scheduling jobs for certain times
This can be either added to an existing project or used as a project base for creating a basic CWP install.
You can create a project using Composer:
composer create-project silverstripe/recipe-form-building ./myproject ^1
See the recipe plugin page for instructions on how SilverStripe recipes work.