ollico/laravel-audit-log-queue

A Laravel audit log queue.

2.1.0 2023-05-20 11:01 UTC

This package is auto-updated.

Last update: 2024-03-20 12:43:27 UTC


README

Laravel Audit Log Queue

Laravel Audit Log Queue

Latest Version MIT Licensed Actions Status Actions Status

A simple helper method to send activity logs to the queue.

Easily send auditable user (or any other entity) events to the queue and store them using the Activity Log by spatie.

The logger requires the use of an Enum class to ensure only allowed events are logged.

Installation

Install the package

composer require ollico/laravel-audit-log-queue

This package uses auto-discovery which doesn't require you to manually add the ServiceProvider.

Publish the config

php artisan vendor:publish --provider="Ollico\AuditLog\AuditLogServiceProvider"

Thanks

This package depends on the terrific Activity Log package by Spatie.