dev-master
9999999-devBase page and Dataobject classes for a modern basic site
The Requires
by Richard Rudy
silverstripe blog
dev-pr/1
dev-pr/1Base page and Dataobject classes for a modern basic site
The Requires
by Richard Rudy
silverstripe blog
Wallogit.com
2017 © Pedro Peláez
Base page and Dataobject classes for a modern basic site
A simple module to add a few base page types and DataObjects to the default SilverStripe install to speed up development of basic sites., (*1)
Install via composer composer require thezenmonkey/quickstripe, (*2)
Add the optional Team Member Extension to your member class in your main config.ml, (*3)
SiteConfig
extensions:
- 'QuickStartSiteConfig'
Run dev/build, (*4)
After installing the module will create or convert the following: * URLSegment = home to HomePage * URLSegment = contact-us to ContactUsPage * URLSegment = about-us to AboutUsPage, (*5)
Base page and Dataobject classes for a modern basic site
silverstripe blog
Base page and Dataobject classes for a modern basic site
silverstripe blog