You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
.cow | 2 years ago | |
.github/workflows | 6 months ago | |
.graphql-generated | 8 months ago | |
app/_config | 1 year ago | |
public | 8 months ago | |
.cow.json | 1 year ago | |
.editorconfig | 4 years ago | |
.env.example | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 8 months ago | |
.htaccess | 5 years ago | |
CONTRIBUTING.md | 7 years ago | |
LICENSE | 6 years ago | |
README.md | 6 months ago | |
behat.yml | 2 years ago | |
build.xml | 8 years ago | |
composer.json | 1 month ago | |
phpcs.xml.dist | 2 years ago | |
phpunit.xml.dist | 6 months ago | |
web.config | 2 years ago |
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.