silverstripe/siteconfig
Site wide settings administration.
Package info
github.com/silverstripe/silverstripe-siteconfig
Type:silverstripe-vendormodule
pkg:composer/silverstripe/siteconfig
6.1.1
2025-11-05 05:34 UTC
Requires
- php: ^8.3
- silverstripe/admin: ^3
- silverstripe/framework: ^6.1
Requires (Dev)
- phpstan/extension-installer: ^1.3
- phpunit/phpunit: ^11.3
- silverstripe/standards: ^1
- squizlabs/php_codesniffer: ^3.7
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause baeedb2527aae170ff8e6092c32b8fe9cd982adc
- Will Rossiter <will.woop@fullscreen.io>
This package is auto-updated.
Last update: 2026-05-26 00:10:10 UTC
README
👁 CI
👁 Silverstripe supported module
Introduction
SiteConfig provides a Settings tab in the admin section allowing users to set
site wide global configuration.
Installation
composer require silverstripe/siteconfig
Configuration
After installation, make sure you rebuild your database by running sake db:build --flush.
Development and Contribution
If you would like to make changes to the Silverstripe core codebase, we have an extensive guide to contributing code.
