SilverStripe recipe for fully featured page and asset content editing
Go to file
Maxime Rainville 778fef06fe Merge branch '4.4' into 4.5 2020-05-26 13:52:11 +12:00
app/src Shift code into app/src 2018-04-05 15:27:04 +12:00
public Add public webroot folder (#7) 2018-01-12 14:38:55 +13:00
.cow.json Add core cms recipe config 2017-07-11 15:16:08 +12:00
.editorconfig Add core cms recipe config 2017-07-11 15:16:08 +12:00
.gitattributes Add core cms recipe config 2017-07-11 15:16:08 +12:00
.gitignore Add public webroot folder (#7) 2018-01-12 14:38:55 +13:00
.htaccess Fix invalid htaccess 2018-04-13 14:41:20 +12:00
.travis.yml Update Travis config to include PHP 7.4 build 2020-02-26 14:53:42 +13:00
LICENSE DOCS Update license year 2018-01-23 15:42:51 +13:00
README.md Add Travis builds for CMS recipe modules 2018-10-16 12:00:59 +02:00
composer.json Add sminnee/phpunit-mock-objects to fix PHP 7.4 compat 2020-02-26 16:47:49 +13:00
phpunit.xml.dist Add Travis builds for CMS recipe modules 2018-10-16 12:00:59 +02:00

README.md

SilverStripe CMS Recipe

Build Status

Base page and asset content-editing recipe for a SilverStripe (http://silverstripe.org) installation. This includes the modules:

Provided by [silverstripe/recipe-core]:

Provided by [silverstripe/recipe-cms]:

This can be either added to an existing project or used as a project base for creating a fully featured SilverStripe CMS project.

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