Skip to content

silverstripe/silverstripe-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55ad961 · Jul 30, 2024
Jun 20, 2024
Oct 27, 2023
Mar 6, 2023
Jun 18, 2024
Jul 23, 2024
Jun 18, 2024
May 7, 2024
Jun 18, 2024
Jul 23, 2024
May 22, 2024
Aug 19, 2023
Feb 11, 2021
Sep 19, 2022
Nov 14, 2017
Jul 6, 2018
Sep 23, 2020
Dec 18, 2022
May 30, 2023
Jun 11, 2024
Apr 25, 2024
Aug 14, 2023
Apr 19, 2023
Apr 18, 2024
Feb 11, 2021
Jul 29, 2024
Jun 11, 2024
Aug 25, 2022
Feb 2, 2024
Oct 27, 2021
Dec 18, 2022
Mar 27, 2023
Jun 18, 2024

Repository files navigation

Silverstripe Admin Module

CI Silverstripe supported module

Overview

Provides a basic management UI for the Silverstripe Framework. Allows authors to manage their profile as well as members with their group and permission assignments. Can be extended with the silverstripe/cms module to provide content management abilities.

Installation

composer require silverstripe/admin

Documentation

See docs.silverstripe.org

Versioning

This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with public visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

Reporting Issues

Please create an issue for any bugs you've found, or features you're missing.