-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 440a4f0
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |