silverstripe/siteconfig

Site wide settings administration.

Maintainers

Package info

github.com/silverstripe/silverstripe-siteconfig

Type:silverstripe-vendormodule

pkg:composer/silverstripe/siteconfig

Statistics

Installs: 3 225 528

Dependents: 81

Suggesters: 1

Stars: 6

Open Issues: 4

6.1.1 2025-11-05 05:34 UTC

This package is auto-updated.

Last update: 2026-03-05 06:21:44 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.

Links