Go to file
Steve Boyd 4e1fa260ee ENH Add login-forms to changelog template 2021-04-30 12:06:27 +12:00
.cow ENH Add login-forms to changelog template 2021-04-30 12:06:27 +12:00
app/_config NEW Disable legacy resolution for new projects (#253) 2019-05-10 09:55:36 +12:00
public Correct typo 2018-10-17 18:05:20 +02:00
.cow.json MNT Tweak changelog template, ensure it is used by Cow 2020-10-09 15:28:58 +13: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 Set environment type in example 2020-07-27 10:34:36 +12:00
.gitattributes BUG Don't include the .cow folders in releases 2020-09-10 20:23:58 +12:00
.gitignore MINOR Make installer default to using `_resources` (#242) 2019-01-16 21:34:13 +13:00
.htaccess BUG Fix routing error for public assets 2018-02-07 13:57:17 +13:00
.travis.yml Merge pull request #301 from creative-commoners/pulls/4/behat-framework 2021-04-27 17:35:35 +12:00
CONTRIBUTING.md Make installer copyright note conform to others 2016-05-30 14:36:08 +12:00
LICENSE FIX: Split licence into separate file to match standard. 2017-03-29 12:45:25 +13:00
README.md Update build status badge 2021-01-21 16:31:53 +13: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 installer 4.7 requires recipe-cms 4.7 and login-forms 4.3 2020-11-11 12:06:43 +13:00
phpcs.xml.dist MNT Travis shared config 2020-12-15 13:57:29 +13:00
phpunit.xml.dist Update the default location for tests in a project 2019-08-25 12:32:26 +12:00
web.config FIX Add redirects to `public/` for iis (#263) 2020-09-22 09:31:34 +12:00

README.md

Overview

Build Status

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.