toastnz / quicksilver
SilverStripe Boilerplate
5.1.0
2018-09-07 01:02 UTC
Requires
- drewm/mailchimp-api: v2.5
- jonom/focuspoint: ~3.0.0
- sheadawson/silverstripe-linkable: dev-master
- silverstripe/googlesitemaps: ~2.1.2
- silverstripe/recipe-cms: ^1.0
- silverstripe/redirectedurls: 2.x-dev
- stevie-mayhew/silverstripe-svg: ^2.1.0
- symbiote/silverstripe-gridfieldextensions: ~3.1.1
- unclecheese/betterbuttons: 2.x-dev
- undefinedoffset/silverstripe-nocaptcha: 2.0.x-dev
This package is not auto-updated.
Last update: 2026-06-21 04:09:18 UTC
README
Requirements
- SilverStripe >= 4.0.0
Installation
Friends don't let friends install from an archive. Use Composer.
composer create-project -s dev toastnz/quicksilver myNewProject
QuickStatic
QuickStatic is a namespace for static templates - it allows you to easily separate static SS files from functional pages and controllers.
For static pagetypes, extend StaticPage and place your template in themes/quicksilver/templates/QuickStatic/Layout.
Todo
- More helper classes
- Include QuickBlocks
Contributing
Code guidelines
This project follows the standards defined in: