unclecheese / silverstripe-green
A micro-framework for SilverStripe that offers a design-driven approach to creating unique templates
Installs: 509
Dependents: 1
Suggesters: 0
Security: 0
Stars: 11
Watchers: 3
Forks: 4
Open Issues: 2
Type:silverstripe-module
Requires
- silverstripe/framework: ~3.1
- symfony/finder: ^3.1
- unclecheese/silverstripe-serialised-dbfields: dev-master
Requires (Dev)
- symfony/filesystem: ~3.1
Suggests
- unclecheese/silverstripe-green-addons: Provides additional functionality for content and code generation.
This package is auto-updated.
Last update: 2024-10-29 04:36:34 UTC
README
SilverStripe Green
We're consuming way too many page types. Stop the pollution, clean up the litter, and save a site tree.
Go green.
Hippie!
SilverStripe Green is a micro-framework that offers a design-driven approach to creating page templates that need rapid prototyping and/or rarely change. Instead of creating new page types every time you need a new design, you can create a self-contained design that supplies its own template, CSS and a serialised content structures in the form of YAML or JSON. These are called design modules.
Sound interesting?
- Read the docs. They're eco-friendly!
- Watch the demo. It's... solar powered.
Installation
composer require unclecheese/silverstripe-green
Dependencies
- unclecheese/silverstripe-serialised-dbfields
- unclecheese/silverstripe-reflection-templates
- unclecheese/silverstripe-mock-dataobjects
- SilverStripe >= 3.1
Recommended addons
Tests
framework sake dev/tests/GreenTest