silverstripe / recipe-blog
SilverStripe 博客项目模板
2.3.0-beta1
2024-09-09 21:11 UTC
Requires
- php: ^8.1
- colymba/gridfield-bulk-editing-tools: ~4.1.0@beta
- silverstripe/blog: ~4.3.0@beta
- silverstripe/recipe-cms: ~5.3.0@beta
- silverstripe/recipe-plugin: ~2.0.1@stable
- silverstripe/spamprotection: ~4.2.1@stable
Requires (Dev)
Conflicts
- silverstripe/lumberjack: <2.1.0
- 3.x-dev
- 2.x-dev
- 2.3.x-dev
- 2.3.0-beta1
- 2.2.x-dev
- 2.2.0
- 2.2.0-rc1
- 2.2.0-beta1
- 2.1.x-dev
- 2.1.0
- 2.1.0-rc1
- 2.1.0-beta1
- 2.0.x-dev
- 2.0.0
- 2.0.0-rc1
- 2.0.0-beta2
- 2.0.0-beta1
- 1.x-dev
- 1.13.x-dev
- 1.13.0
- 1.13.0-rc1
- 1.13.0-beta1
- 1.12.x-dev
- 1.12.0
- 1.12.0-rc1
- 1.12.0-beta1
- 1.11.x-dev
- 1.11.0
- 1.11.0-rc1
- 1.11.0-beta1
- 1.10.x-dev
- 1.10.0
- 1.10.0-rc1
- 1.10.0-beta1
- 1.9.x-dev
- 1.9.0
- 1.9.0-rc1
- 1.9.0-beta1
- 1.9.0-alpha1
- 1.8.x-dev
- 1.8.0
- 1.8.0-rc1
- 1.8.0-beta1
- 1.7.x-dev
- 1.7.1
- 1.7.1-rc1
- 1.7.1-beta1
- 1.7.0
- 1.7.0-rc1
- 1.6.x-dev
- 1.6.1
- 1.6.1-rc1
- 1.6.0
- 1.6.0-rc1
- 1.5.x-dev
- 1.5.2
- 1.5.1
- 1.5.1-rc1
- 1.5.0
- 1.5.0-rc2
- 1.5.0-rc1
- 1.4.x-dev
- 1.4.1
- 1.4.0
- 1.4.0-rc1
- 1.3.x-dev
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-rc2
- 1.3.0-rc1
- 1.1.x-dev
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.2-rc1
- 1.1.1
- 1.1.0
- 1.1.0-rc2
- 1.1.0-rc1
- 1.0.x-dev
- 1.0.1
- 1.0.0
- 1.0.0-rc4
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- dev-master
This package is auto-updated.
Last update: 2024-09-18 03:34:13 UTC
README
提供博客和一些常见支持的快速基准安装。
安装
要使用已安装的博客启动新网站;
composer create-project silverstripe/recipe-blog website
或将博客集成到现有网站中
composer require silverstripe/recipe-blog
包含的功能
此配方包括 silverstripe/blog
及其依赖项,正如预期的那样,但还提供了一组通过以下组件启用的可选功能:
silverstripe/widgets
: 添加小部件silverstripe/content-widget
: 在小部件中显示HTML内容silverstrpe/spamprotection
: 为Silverstripe表单添加垃圾邮件保护silverstripe/akismet
: 使用Akismet添加简单的垃圾邮件过滤器silverstripe/comments
: 为页面和其他数据对象添加评论功能silverstripe/comment-notifications
: 当有新访客发表评论时添加简单的电子邮件通知功能colymba/gridfield-bulk-editing-tools
: 促进批量文件上传和记录编辑silverstripe/lumberjack
: 在网格字段中轻松管理页面
并且包含一些开箱即用的配置。