Skip to content

thelogicstudio/ss-recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

ss-recipe

SilverStripe Recipe

Installation

  1. Add these in your composer.json file.
"repositories": [
        { "type": "vcs", "url": "https://github.com/thelogicstudio/ss-recipe" }
],
  1. Install from Composer
composer{PHP VERSION} require thelogicstudio/ss-recipe

e.g: composer82 require thelogicstudio/ss-recipe

Packages in this recipe include these and all their dependencies:

  • "silverstripe/linkfield": "^4.0.5"
  • "dnadesign/silverstripe-elemental": "^5.2.3"
  • "dnadesign/silverstripe-elemental-userforms": "^4.1.1"
  • "undefinedoffset/sortablegridfield": "^2.2.0"
  • "jonom/focuspoint": "^5.0.0"
  • "goldfinch/silverstripe-meta-editor": "^1.2.8"
  • "undefinedoffset/silverstripe-nocaptcha": "^2.4.3"
  • "thelogicstudio/silverstripe-resize-image": "^1.0.3"