- SilverStripe >= 4.0.0
Friends don't let friends install from an archive. Use Composer.
composer create-project -s dev toastnz/quicksilver myNewProject
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
.
- More helper classes
- Include QuickBlocks
This project follows the standards defined in: