silverstripe / recipe-collaboration
Add extra functionality to enhance CMS user collaboration
Package info
github.com/silverstripe/recipe-collaboration
Type:silverstripe-recipe
pkg:composer/silverstripe/recipe-collaboration
2.4.0
2025-04-09 23:51 UTC
Requires
- php: ^8.1
- silverstripe/contentreview: ~5.4.0@stable
- silverstripe/recipe-cms: ~5.4.0@stable
- silverstripe/recipe-plugin: ~2.1.0@stable
- silverstripe/sharedraftcontent: ~3.4.0@stable
- symbiote/silverstripe-advancedworkflow: ~6.4.0@stable
Requires (Dev)
- phpunit/phpunit: ^9.6
Suggests
- silverstripe/versionfeed: Provides an RSS feed for global site changes
This package is auto-updated.
Last update: 2026-06-15 13:58:53 UTC
README
Extra CMS functionality recipe for a CWP 2 installation. This includes the following core Silverstripe and community modules:
- silverstripe/recipe-cms: Recipe containing CMS, versioned, asset-admin, etc
- silverstripe/contentreview: Mark a page in Silverstripe CMS with a date and an owner for future review
- silverstripe/sharedraftcontent: Share draft page content with non-CMS users
- symbiote/silverstripe-advancedworkflow: A highly configurable step-based workflow module.
This can be either added to an existing project or used as a project base for creating a basic CWP install.
Installation
composer create-project silverstripe/recipe-collaboration ./myproject
More information
See the recipe plugin page for instructions on how Silverstripe recipes work.