- Andre Lohmann (Nickname: andrelohmann)
Silverstripe 3.2.*
This repository adds some additional Cache Backends (Redis, MongoDB) to the silverstripe core
put the follwoing post install and post updates scripts into your composer.json
"scripts": {
"post-install-cmd": [
"cp vendor/andrelohmann-silverstripe/cache-backends/* -r framework/"
],
"post-update-cmd": [
"cp vendor/andrelohmann-silverstripe/cache-backends/* -r framework/"
]
},