silverstripe / recipe-blog
SilverStripe Blog Project Template
Installs: 126 046
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 2
Open Issues: 0
Type:silverstripe-recipe
Requires
- php: ^8.1
- colymba/gridfield-bulk-editing-tools: ~4.1.0@stable
- silverstripe/blog: ~4.3.0@stable
- silverstripe/recipe-cms: ~5.3.0@stable
- 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
- 2.3.0-rc1
- 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-11-04 01:38:02 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.