Go to file
Guy Sartorelli 57195eab03 ENH Add and ignore public/_graphql
silverstripe/graphql v4 needs write access to this directory, so it may
be easier for some developers to have the directory there as soon as
they `composer create_project silverstripe/installer`.

Like `.graphql-generated`, best practice is to not commit this directory
to VCS, and instead let it be filled at deploy time.
2022-06-02 10:33:36 +12:00
.cow ENH Add login-forms to changelog template 2021-04-30 12:06:27 +12:00
.graphql-generated ENH Add `.graphql-generated` directory by default. 2022-05-30 12:25:47 +12:00
app/_config ENH Use Swift_SendmailTransport for new projects 2021-08-19 09:57:24 +12:00
public ENH Add and ignore public/_graphql 2022-06-02 10:33:36 +12:00
.cow.json MNT supress changelog generation and loosen dependency constraint 2021-08-25 18:12:01 +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 typo 2021-06-21 20:58:29 +12:00
.gitattributes BUG Don't include the .cow folders in releases 2020-09-10 20:23:58 +12:00
.gitignore ENH Add and ignore public/_graphql 2022-06-02 10:33:36 +12:00
.htaccess BUG Fix routing error for public assets 2018-02-07 13:57:17 +13:00
.travis.yml MNT Only use mysql in matrix 2022-05-02 11:12:42 +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 DOC Change "SilverStripe" to "Silverstripe" in readme (#314) 2022-02-02 10:15:45 +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 ENH Add `.graphql-generated` directory by default. 2022-05-30 12:25:47 +12:00
phpcs.xml.dist MNT Travis shared config 2020-12-15 13:57:29 +13:00
phpunit.xml.dist API phpunit 9 support 2021-11-04 11:13:45 +13: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.