Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC Update README.md for CMS 5 #52

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,12 @@ trail is written into `LOG_AUTH` syslog facility through [Monolog](https://githu
* Page manipulations that may potentially affect the live site
* Security-related changes such as Members being added to groups or permission changes.

## Requirements

* Silverstripe ^4.0
* Monolog ~1.11

## Installation

```sh
composer require silverstripe/auditor ^2.0
composer require silverstripe/auditor
```

**Please note:** For a Silverstripe 3 compatible, please see [the 1.x release line](https://github.com/silverstripe/silverstripe-auditor/tree/1).

## Custom audit trail

You can add your own logs to the audit trail by accessing the `AuditLogger`, which is easiest done through the Injector:
Expand Down