toastnz/quicksimple

There is no license information available for the latest version (dev-master) of this package.

Light weight version of quicksilver site skeleton

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 1

Open Issues: 19

Language:Scheme


README

Requirements

  • SilverStripe >= 4.4.4

Installation

Friends don't let friends install from an archive. Use Composer.

composer create-project -s dev toastnz/quicksimple 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: