Skip to content

silverstripe/silverstripe-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2c4413 · Aug 28, 2023
Mar 20, 2023
May 21, 2020
Mar 6, 2023
Mar 15, 2023
Aug 28, 2023
Aug 14, 2023
Aug 28, 2023
Jan 20, 2023
Aug 19, 2023
Aug 25, 2022
Aug 17, 2023
Feb 11, 2021
Sep 19, 2022
Nov 14, 2017
Jul 6, 2018
Sep 23, 2020
Dec 18, 2022
Dec 21, 2020
Mar 14, 2017
Apr 19, 2023
Oct 3, 2022
Feb 11, 2021
Oct 20, 2022
May 9, 2023
Aug 25, 2022
Oct 27, 2021
Dec 18, 2022
Mar 27, 2023
May 9, 2023

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.