dnadesign / dna-recipe-theme-default
DNA's default theme recipe
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 13
Forks: 0
Open Issues: 0
Language:JavaScript
Type:silverstripe-recipe
Requires
- php: >=5.6.0
- benmanu/silverstripe-styleguide: dev-feature/vendor
- silverstripe/recipe-cms: ^1
- silverstripe/recipe-plugin: ^1
- stevie-mayhew/silverstripe-svg: ^2.1
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-11-06 16:57:39 UTC
README
Recipe for the dna default theme. Includes:
Provided by [silverstripe/recipe-core]:
- framework: Module including the base framework
- config: Core config library
- assets: Filesystem module
This can be either added to an existing project or used as a project base.
Requirements
Silverstripe 4.
Install
To start a project with this recipe run:
composer create-project dnadesign/dna-recipe-theme-default ./testrecipe dev-master
to move the cms recipe dep to your own composer file in order to modify them use:
composer update-recipe silverstripe/recipe-cms
To add this recipe to an existing project:
composer require dnadesign/dna-recipe-theme-default ./testrecipe dev-master
and then run update-recipe as above if you wish to inline it.