silvercommerce/silvercommerce-recipe

eCommerce system built on the SilverStripe CMS

Maintainers

Package info

github.com/silvercommerce/silvercommerce-recipe

Homepage

Type:silverstripe-recipe

pkg:composer/silvercommerce/silvercommerce-recipe

Transparency log

Statistics

Installs: 2 118

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.2.1 2022-06-10 15:56 UTC

This package is auto-updated.

Last update: 2026-06-23 23:33:03 UTC


README

Install recipie for the SilverStripe powered SilverCommerce ecommerce system.

Installing SilverCommerce

When starting a new project, create from this recipe using composer:

$ composer create-project silvercommerce/silvercommerce-recipe ./my-project

SilverCommerce can alternatively be added to any existing project (even if not created on a silverstripe base project)

$ composer init
$ composer require silvercommerce/silvercommerce-recipe

More Info

For more information on SilverStripe recipies, see the recipe plugin project.