toastnz / quicksilver
SilverStripe Boilerplate
Installs: 172
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 7
Forks: 2
Open Issues: 7
Type:project
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
- dev-master
- 5.1.0
- 5.0.1
- 5.0.0
- 4.2.0
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.3.x-dev
- 4.0.0
- 2.0.0
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- 0.3.0
- 0.2
- 0.1.4
- dev-dependabot/npm_and_yarn/json5-and-babelify-2.2.3
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/snyk-1.1024.0
- dev-dependabot/npm_and_yarn/css-what-6.1.0
- dev-dependabot/npm_and_yarn/moment-2.29.4
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-feature/2019
- dev-jd
- dev-feature/lalaland
- dev-webpack-4
- dev-front-end-rewrite
- dev-develop
- dev-bleeding
This package is not auto-updated.
Last update: 2024-10-26 18:49:30 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: