thelogicstudio / ss-recipe
The Logic Studio's SilverStripe Installer
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-recipe
Requires
- php: ^8.1
- dnadesign/silverstripe-elemental: ^5.2.3
- dnadesign/silverstripe-elemental-userforms: ^4.1.1
- goldfinch/silverstripe-meta-editor: ^1.2.8
- jonom/focuspoint: ^5.0.0
- silverstripe-themes/simple: ~3.3.2@stable
- silverstripe/linkfield: ^4.0.5
- silverstripe/login-forms: ~5.3.0@stable
- silverstripe/recipe-cms: ~5.3.0@stable
- silverstripe/recipe-plugin: ~2.0.1@stable
- silverstripe/vendor-plugin: ~2.0.3@stable
- thelogicstudio/silverstripe-resize-image: ^1.0.3
- undefinedoffset/silverstripe-nocaptcha: ^2.4.3
- undefinedoffset/sortablegridfield: ^2.2.0
This package is auto-updated.
Last update: 2024-12-07 02:47:23 UTC
README
SilverStripe Recipe
Installation
- Add these in your composer.json file.
"repositories": [
{ "type": "vcs", "url": "https://github.com/thelogicstudio/ss-recipe" }
],
- 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"