Skip to content

silverstripe/silverstripe-admin

This branch is 397 commits behind 2.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fbea0d8 · Jun 19, 2024
Mar 20, 2023
May 21, 2020
Mar 6, 2023
Mar 8, 2023
Oct 25, 2022
Apr 8, 2024
Mar 19, 2024
Feb 8, 2024
Nov 8, 2022
Feb 13, 2024
Aug 25, 2022
Jul 30, 2023
Feb 11, 2021
Apr 5, 2017
Nov 14, 2017
Jul 6, 2018
Sep 23, 2020
Jan 10, 2019
Dec 21, 2020
Jun 12, 2018
Mar 14, 2017
Aug 1, 2022
Aug 14, 2019
Feb 11, 2021
Jan 22, 2024
Nov 1, 2022
Aug 25, 2022
Oct 27, 2021
May 11, 2020
May 11, 2020
Sep 19, 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

You'll also need to run dev/build.

Documentation

See doc.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.