cwp / cwp-recipe-cms
此包已被 废弃 并不再维护。未建议替代包。
CWP CMS 需求配方
2.8.0
2021-06-08 05:49 UTC
Requires
- cwp/cwp: 2.8.0@stable
- cwp/cwp-pdfexport: 1.2.0@stable
- cwp/cwp-recipe-core: 2.8.0@stable
- silverstripe/html5: 2.1.0@stable
- silverstripe/recipe-cms: 4.8.0@stable
- silverstripe/recipe-plugin: ^1
Requires (Dev)
- sminnee/phpunit: ^5.7
- 2.x-dev
- 2.8.x-dev
- 2.8.0
- 2.8.0-rc1
- 2.8.0-beta1
- 2.7.x-dev
- 2.7.1
- 2.7.1-rc1
- 2.7.1-beta1
- 2.7.0
- 2.7.0-rc1
- 2.6.x-dev
- 2.6.1
- 2.6.1-rc1
- 2.6.0
- 2.6.0-rc1
- 2.5.x-dev
- 2.5.2
- 2.5.1
- 2.5.1-rc1
- 2.5.0
- 2.5.0-rc2
- 2.5.0-rc1
- 2.4.x-dev
- 2.4.1
- 2.4.0
- 2.4.0-rc1
- 2.3.x-dev
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-rc2
- 2.3.0-rc1
- 2.2.x-dev
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-rc1
- 2.1.x-dev
- 2.1.2
- 2.1.1
- 2.1.1-rc2
- 2.1.1-rc1
- 2.1.0
- 2.1.0-rc2
- 2.1.0-rc1
- 2.1.0-beta1
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc4
- 2.0.0-rc3
- 2.0.0-rc2
- 2.0.0-rc1
- dev-master
This package is auto-updated.
Last update: 2022-02-19 22:06:32 UTC
README
此包不再使用。没有推荐替代方案。
CWP CMS Recipe
为 CWP 2 安装提供的额外 CMS 功能配方。这包括以下核心 SilverStripe 和 CWP 模块
- silverstripe/recipe-cms: 包含 CMS、版本化、资产管理员等的配方
- cwp/cwp-recipe-core: CWP 核心功能配方
- cwp/cwp: 额外的 CMS 功能、页面类型、配置
- cwp/cwp-pdfexport: 为页面添加 PDF 导出功能
- silverstripe/html5: 为 CMS 添加 HTML5 支持
- symbiote/silverstripe-gridfieldextensions: GridFields 的额外功能组件
这可以添加到现有项目中,也可以用作创建基本 CWP 安装的工程项目基础。
开始使用
您可以使用 Composer 创建项目
composer create-project cwp/cwp-recipe-cms ./cwp2-cms ^2
更多信息
有关 SilverStripe 配方工作方式的说明,请参阅 recipe plugin 页面。