Go to file
Robbie Averill 3f9e2618c2
Merge pull request #275 from creative-commoners/pulls/4.5/php-7.4-builds
Update Travis config to include PHP 7.4 builds
2020-02-26 16:15:14 +11:00
.cow DOC Adjust changelog template for RC releases 2020-01-15 11:44:26 +13: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 Merge branch '4.4' into 4 2019-11-13 15:50:30 +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 NEW: Change .env.example to default to MySQL native driver 2019-06-11 16:19:50 +12:00
.gitattributes FIX: Include .env.example and .editorconfig in git export 2017-07-31 17:36:33 +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 Update Travis config to include PHP 7.4 builds 2020-02-26 14:58:21 +13: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 DOC Update README with valid links to documentation 2020-01-06 10:46:35 +13:00
behat.yml Update selenium to chromedriver 2018-04-13 09:30:04 +12:00
build.xml BUG Fix broken xml comment 2015-03-09 18:34:17 +13:00
composer.json Add sminnee/phpunit-mock-objects to fix PHP 7.4 compat 2020-02-26 16:45:52 +13:00
phpcs.xml.dist DOCS update comments for supported versions 2017-11-07 12:58:43 +00:00
phpunit.xml.dist Update the default location for tests in a project 2019-08-25 12:32:26 +12:00

README.md

Overview

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.