Go to file
Manfred Pürro c3e29e6ccd updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
app updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
public Initial commit 2021-10-20 13:45:30 +02:00
themes updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
.editorconfig Initial commit 2021-10-20 13:45:30 +02:00
.env.example Initial commit 2021-10-20 13:45:30 +02:00
.gitignore Initial commit 2021-10-20 13:45:30 +02:00
.htaccess Initial commit 2021-10-20 13:45:30 +02:00
README.md Initial commit 2021-10-20 13:45:30 +02:00
composer.json updates 2021-10-20 14:09:13 +02:00
composer.lock updates 2021-10-20 14:09:13 +02:00
phpcs.xml.dist Initial commit 2021-10-20 13:45:30 +02:00
web.config Initial commit 2021-10-20 13:45:30 +02: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.