silverstripe / recipe-ccl
Silverstripe Cloud Platform CCL requirements recipe
Installs: 55 507
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 9
Forks: 3
Open Issues: 0
Type:silverstripe-recipe
Requires
Requires (Dev)
- 3.x-dev
- 3.1.x-dev
- 3.1.0
- 3.0.x-dev
- 3.0.0
- 3.0.0-rc1
- 3.0.0-beta2
- 3.0.0-beta1
- 2.x-dev
- 2.13.x-dev
- 2.13.0
- 2.13.0-rc1
- 2.13.0-beta1
- 2.12.x-dev
- 2.12.0
- 2.12.0-rc1
- 2.12.0-beta1
- 2.11.x-dev
- 2.11.0
- 2.11.0-rc1
- 2.11.0-beta2
- 2.11.0-beta1
- 2.10.x-dev
- 2.10.0
- 2.10.0-rc1
- 2.10.0-beta1
- 2.9.x-dev
- 2.9.0
- 2.8.0
- 2.8.0-rc1
- 2.8.0-beta1
- 2.7.1
- 2.7.1-rc1
- 2.7.1-beta1
- 2.7.0
- 2.7.0-rc1
- 2.6.1
- 2.6.1-rc1
- 2.6.0
- 2.6.0-rc1
- 2.5.2
- 2.5.1
- 2.5.1-rc1
- 2.5.0
- 2.5.0-rc2
- 2.5.0-rc1
- 2.4.1
- 2.4.0
- 2.4.0-rc1
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-rc2
- 2.3.0-rc1
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-rc1
- 2.1.2
- 2.1.1
- 2.1.1-rc2
- 2.1.1-rc1
- 2.1.0
- 2.1.0-rc2
- 2.1.0-rc1
- 2.1.0-beta1
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc4
- 2.0.0-rc3
- 2.0.0-rc2
- 2.0.0-rc1
- 2.0.0-beta1
This package is auto-updated.
Last update: 2024-10-09 23:43:53 UTC
README
This recipe is meant to integrate a Silverstripe CMS project with the underlying infrastructure of Silverstripe Cloud Platform CCL (formerly Revera). It's the successor of cwp/cwp-recipe-core
.
This includes the following core Silverstripe CMS modules:
- recipe-core: Recipe containing framework, config, assets
- cwp-core: CWP basic compatibility module
- auditor: Provides audit trail logging for various events in the system
- environmentcheck: Adds automated checks to monitor an environment's health status
- hybridsessions: Hybrid cookie/database session store for SilverStripe
- mimevalidator: Checks uploaded file content roughly matches a known MIME type for the file extension
This can be either added to an existing project or used as a project base for creating a basic Silverstripe CMS project.
Unlike other Silverstripe recipes, this recipe does not constrain Silverstripe core dependencies to a particular minor version line.
Installation
composer create-project silverstripe/recipe-ccl ./ccl-project
More information
See the recipe plugin page for instructions on how Silverstripe recipes work.