Skip to content

Commit

Permalink
ITKDev: Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed Apr 25, 2024
0 parents commit 440a4f0
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# OS2Form Audit Module

OS2Form Audit is a Drupal module that helps track changes and perform audit on
OS2Form events.

## Requirements
-
- PHP 8.1 or higher
- Drupal 8 or 9
- Composer for managing PHP dependencies

## Features
-
- Detailed audit log entries.
- Support for all OS2Form entity types.
- Easily extendable for custom use case.

## Installation

### Composer

### Drush

### Admin UI

Alternatively, you can enable this module via Drupal admin UI by visiting the
extent page (`/admin/modules`).

## Configuration

Navigate to `/admin/config/os2form/audit` to configure the module.

Some additional (brief) information on Usage, Extending/Overriding, and
Maintainers could go here.

## Usage

Describe how to use this module after installation.

## Extending and Overriding

Describe how to extend or override this module's functionality.

0 comments on commit 440a4f0

Please sign in to comment.