toastnz/quicksilver

SilverStripe Boilerplate


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: