recipe-cms/README.md

34 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2022-08-01 00:44:06 +02:00
## Silverstripe CMS Recipe
2017-07-11 05:16:08 +02:00
2022-07-05 09:01:43 +02:00
[![CI](https://github.com/silverstripe/recipe-cms/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/recipe-cms/actions/workflows/ci.yml)
2022-08-01 00:44:06 +02:00
[![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
2022-08-01 00:44:06 +02:00
Base page and asset content-editing recipe for a Silverstripe ([http://silverstripe.org](http://silverstripe.org))
2017-07-11 05:16:08 +02:00
installation. This includes the modules:
Provided by [silverstripe/recipe-core]:
* [framework](http://github.com/silverstripe/silverstripe-framework): Module including the base framework
* [config](https://github.com/silverstripe/silverstripe-config): Core config library
* [assets](http://github.com/silverstripe/silverstripe-assets): Filesystem module
Provided by [silverstripe/recipe-cms]:
* [admin](http://github.com/silverstripe/silverstripe-admin)
* [asset-admin](http://github.com/silverstripe/silverstripe-asset-admin)
* [campaign-admin](http://github.com/silverstripe/silverstripe-campaign-admin)
2018-07-25 04:55:28 +02:00
* [versioned-admin](http://github.com/silverstripe/silverstripe-versioned-admin)
2017-07-11 05:16:08 +02:00
* [cms](http://github.com/silverstripe/silverstripe-cms)
* [errorpage](http://github.com/silverstripe/silverstripe-errorpage)
* [reports](http://github.com/silverstripe/silverstripe-reports)
* [graphql](http://github.com/silverstripe/silverstripe-graphql)
2021-08-19 04:33:33 +02:00
* [session-manager](http://github.com/silverstripe/silverstripe-session-manager)
2017-07-11 05:16:08 +02:00
* [siteconfig](http://github.com/silverstripe/silverstripe-siteconfig)
* [versioned](http://github.com/silverstripe/silverstripe-versioned)
This can be either added to an existing project or used as a project base for creating a
2022-08-01 00:44:06 +02:00
fully featured Silverstripe CMS project.
2017-07-11 05:16:08 +02:00
See the [recipe plugin](https://github.com/silverstripe/recipe-plugin) page for instructions on how
2022-08-01 00:44:06 +02:00
Silverstripe recipes work.