silverstripe/siteconfig

Site wide settings administration.

Installs: 1 812 360

Dependents: 67

Suggesters: 0

Security: 0

Stars: 6

Watchers: 18

Forks: 24

Open Issues: 4

Type:silverstripe-vendormodule

5.0.0-beta1 2023-02-02 21:01 UTC

This package is auto-updated.

Last update: 2023-03-22 23:09:12 UTC


README

CI Silverstripe supported module

Introduction

SiteConfig provides a Settings tab in the admin section allowing users to set site wide global configuration.

Requirements

  • Silverstripe 3.2

Installation

Installation can be done either by composer or by manually downloading the release from Github.

Via composer

composer require "silverstripe/siteconfig:*"

Manually

  1. Download the module from the releases page.
  2. Extract the file (if you are on windows try 7-zip for extracting tar.gz files
  3. Make sure the folder after being extracted is named 'siteconfig'
  4. Place this directory in your sites root directory. This is the one with framework and cms in it.

Configuration

After installation, make sure you rebuild your database through dev/build.

Development and Contribution

If you would like to make changes to the Silverstripe core codebase, we have an extensive guide to contributing code.

Links