silverstripe / recipe-blog
SilverStripe Blog Project Template
Package info
github.com/silverstripe/recipe-blog
Type:silverstripe-recipe
pkg:composer/silverstripe/recipe-blog
2.4.0
2025-04-09 23:50 UTC
Requires
- php: ^8.1
- colymba/gridfield-bulk-editing-tools: ~4.1.2@stable
- silverstripe/blog: ~4.4.0@stable
- silverstripe/recipe-cms: ~5.4.0@stable
- silverstripe/recipe-plugin: ~2.1.0@stable
- silverstripe/spamprotection: ~4.2.2@stable
Requires (Dev)
Conflicts
- silverstripe/lumberjack: <2.1.0
This package is auto-updated.
Last update: 2026-05-15 13:30:40 UTC
README
Provides a quick baseline installation for a blog and some common supporting features.
Installation
To start a new website with a blog installed;
composer create-project silverstripe/recipe-blog website
Or to include a blog into your existing website:
composer require silverstripe/recipe-blog
Included functionality
This recipe includes silverstripe/blog and it's dependencies as one might
expect, but also provides a set of optional functionality enabled by the
presence of:
silverstripe/widgets: Add widgetssilverstripe/content-widget: Display HTML content in a widgetsilverstrpe/spamprotection: Add spam protection to Silverstripe formssilverstripe/akismet: Use Akismet to add a simple spam filtersilverstripe/comments: Add commenting functionality for Pages and other DataObjectssilverstripe/comment-notifications: Add simple email notification functionality for when new visitor comments are postedcolymba/gridfield-bulk-editing-tools: Facilitate bulk file upload & record editingsilverstripe/lumberjack: Easily manage pages in GridFields
And includes some configuration out of the box.