Skip to content

silverstripe/recipe-blog

2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Overview

CI Silverstripe supported module

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:

And includes some configuration out of the box.