2017 © Pedro Peláez
 

silverstripe-recipe cwp-recipe-core

CWP core requirements recipe

image

cwp/cwp-recipe-core

CWP core requirements recipe

  • Thursday, July 26, 2018
  • by robbieaverill
  • Repository
  • 11 Watchers
  • 0 Stars
  • 2,961 Installations
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 15 Versions
  • 189 % Grown

The README.md

CWP Core Recipe

Build Status SilverStripe supported module, (*1)

Core functionality only recipe for a CWP 2.0 installation. This includes the following core SilverStripe and CWP modules:, (*2)

  • 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., (*3)

Get started

You can create a project using Composer:, (*4)

composer create-project cwp/cwp-recipe-core ./cwp2-core ^2

More information

See the recipe plugin page for instructions on how SilverStripe recipes work., (*5)

The Versions