cwp/cwp-recipe-core
CWP core requirements recipe
Package info
github.com/silverstripe/cwp-recipe-core
Type:silverstripe-recipe
pkg:composer/cwp/cwp-recipe-core
Requires
- cwp/cwp-core: 2.8.0@stable
- silverstripe/auditor: 2.3.0@stable
- silverstripe/environmentcheck: 2.3.0@stable
- silverstripe/hybridsessions: 2.2.1@stable
- silverstripe/recipe-core: 4.8.0@stable
- silverstripe/recipe-plugin: ^1
Requires (Dev)
- sminnee/phpunit: ^5.7
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 6a77a510e48685d30ff76921a1046faad74079f4
This package is auto-updated.
Last update: 2022-02-03 23:12:22 UTC
README
This package is no longer in-use. Use silverstripe/recipe-ccl instead.
CWP Core Recipe
👁 Build Status
👁 SilverStripe supported module
Core functionality only recipe for a CWP 2.0 installation. This includes the following core SilverStripe and CWP 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 CWP core-only install.
Get started
You can create a project using Composer:
composer create-project cwp/cwp-recipe-core ./cwp2-core ^2
More information
See the recipe plugin page for instructions on how SilverStripe recipes work.
