Registry / web-framework / silverstripe-blog

silverstripe-blog

JSON →
library5.1.0phppackagistunverified

A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.

composer require silverstripe/blog
INSTALL
IMPORT
SIG · SILVERSTRIPE-BLOG
S
silverstripe-blog
web-frameworkphpv5.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BlogPost
use SilverStripe\Blog\Model\BlogPost;

Create a new blog post in Silverstripe.

use SilverStripe\Blog\Model\BlogPost; $post = BlogPost::create(); $post->Title = 'Hello World'; $post->write();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
silverstripe-blog — pip install silverstripe-blog · libregistry