From 440a4f0965374be51b8973c686bdfc1a9431fa8e Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Thu, 25 Apr 2024 10:56:33 +0200 Subject: [PATCH] ITKDev: Added readme --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4607955 --- /dev/null +++ b/README.md @@ -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.