cwp/cwp-recipe-kitchen-sink

This package is abandoned and no longer maintained. No replacement package was suggested.

Internal testing CWP recipe for all modules, optional and suggested

2.8.0 2021-06-08 05:55 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 1c29ac763a9db57e570b56cdfc27ccf03135d8b7


README

This package is no longer in-use. It has been superseded by silverstripe/recipe-kitchen-sink.

CWP kitchen sink recipe

👁 Build Status

The kitchen sink is an internal recipe used for testing full CWP feature sets, including optional and suggested modules.

Get started

You can create a project using Composer:

composer create-project cwp/cwp-recipe-kitchen-sink ./cwp2-sink ^2

More information

See the recipe plugin page for instructions on how SilverStripe recipes work.

Troubleshooting

Page and PageController parent classes

When installing the CWP kitchen sink, your project Page and PageController subclasses may be set to extend SiteTree and ContentController. This is only an issue with the kitchen sink recipe, and requires you to manually change the parent classes to CWP's BasePage and BasePageController.