SiteConfig provides a Settings
tab in the admin section allowing users to set
site wide global configuration.
- SilverStripe 3.2
Installation can be done either by composer or by manually downloading the release from Github.
composer require "silverstripe/siteconfig:*"
- Download the module from the releases page.
- Extract the file (if you are on windows try 7-zip for extracting tar.gz files
- Make sure the folder after being extracted is named 'siteconfig'
- Place this directory in your sites root directory. This is the one with framework and cms in it.
After installation, make sure you rebuild your database through dev/build
.
If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.