Registry / web-framework / silverstripe-recipe-cms

silverstripe-recipe-cms

JSON →
library6.2.0phppackagistunverified

SilverStripe recipe for fully featured page and asset content editing.

composer require silverstripe/recipe-cms
INSTALL
IMPORT
SIG · SILVERSTRIPE-RECIP
S
silverstripe-recipe-cms
web-frameworkphpv6.2.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.

SiteTree
use SilverStripe\CMS\Model\SiteTree;

Retrieves and displays the title of the first page in the CMS.

use SilverStripe\CMS\Model\SiteTree; $page = SiteTree::get()->first(); if ($page) { echo $page->Title; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
silverstripe-recipe-cms — pip install silverstripe-recipe-cms · libregistry