toastnz/quicksilver

SilverStripe Boilerplate


README

687474703a2f2f70696e632e6e7a2f6769742f717569636b73696c7665722f717569636b73696c7665722e706e67

68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6164655f776974682d2532302532302532302545322539382539352d677265656e2e737667

68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6164655f62792d2546302539462539322541392546302539462539322541392d6464646464642e737667

68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6164655f666f722d2546302539462539322542352d6536616363612e737667

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: