Go to file
Guy Sartorelli ad5f5f1f6f
MNT Update release dependencies
2024-03-25 12:11:48 +13:00
.cow ENH Add login-forms to changelog template 2021-04-30 12:06:27 +12:00
.github MNT Run module-standardiser (#363) 2023-12-21 16:20:24 +13:00
.graphql-generated ENH Add `.graphql-generated` directory by default. 2022-05-30 12:25:47 +12:00
app/_config ENH Remove duplicated configuration 2023-02-24 10:38:53 +13:00
public FIX Add padding to favicon 2023-09-28 09:54:41 +13:00
.cow.json MNT Expose theme to cow 2023-08-30 14:21:46 +12:00
.editorconfig Split framework tests from assets and versioned to prevent time limits being exceeded 2019-02-02 12:15:17 +03:00
.env.example Fix link to V5 Docs 2023-06-04 16:10:27 +02:00
.gitattributes FIX Move test requirements out of require-dev 2022-12-21 10:11:27 +13:00
.gitignore ENH Add and ignore public/_graphql 2022-06-02 10:33:36 +12:00
CONTRIBUTING.md Fixed link to V5 "Contributing Code" Docs 2023-06-04 16:14:24 +02:00
LICENSE MNT Run module-standardiser 2023-08-29 15:12:54 +12:00
README.md DOC Update README.md for CMS 5 2023-04-19 17:47:31 +12:00
behat.yml MNT Add quotes to Behat config for Symfony 4 compat 2020-10-16 10:02:39 +13:00
build.xml BUG Fix broken xml comment 2015-03-09 18:34:17 +13:00
composer.json MNT Update release dependencies 2024-03-25 12:11:48 +13:00
phpcs.xml.dist MNT Travis shared config 2020-12-15 13:57:29 +13:00
phpunit.xml.dist MNT Fix exclude node 2023-09-07 14:14:12 +12:00
web.config FIX Add redirects to `public/` for iis (#263) 2020-09-22 09:31:34 +12:00

README.md

Overview

CI Silverstripe supported module

Base project folder for a Silverstripe (http://silverstripe.org) installation. Required modules are installed via http://github.com/silverstripe/recipe-cms. For information on how to change the dependencies in a recipe, please have a look at https://github.com/silverstripe/recipe-plugin. In addition, installer includes theme/simple as a default theme.

Installation

composer create-project silverstripe/installer my-app

See Getting Started for more information.

Bugtracker

Bugs are tracked on github.com (framework issues, cms issues). Please read our issue reporting guidelines.

Development and Contribution

If you would like to make changes to the Silverstripe core codebase, we have an extensive guide to contributing code.