adrexia/dna-recipe-theme-default

This package is abandoned and no longer maintained. The author suggests using the dnadesign/dna-recipe-theme-default package instead.

DNA's default theme recipe

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 11

Forks: 0

Open Issues: 0

Language:JavaScript

Type:silverstripe-recipe

dev-master 2018-03-28 08:46 UTC

This package is auto-updated.

Last update: 2019-03-06 03:36:58 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.