Make sure you have Elemental and Elemental-List installed prior to moving on to the next section.
Steps to install this on your SilverStripe:
src/composer.json
.https://github.com/evanshunt/eh-ss-blocks
URL to a repositories
parameter.
"repositories": [{
"type": "vcs",
"url": "https://github.com/evanshunt/eh-ss-blocks"
}]
src
folder run composer require evanshunt/elemental-addons --ignore-platform-reqs
to install package.Within the project's templates
folder create a EvansHunt/Elements
folder. Inside this folder will be all the .ss
files related to each element.