it-brains/queue-job-logger

A package for logging job's activities

v0.1.6 2023-02-17 11:52 UTC

This package is auto-updated.

Last update: 2024-03-19 23:01:57 UTC


README

A package for logging jobs activities.

Install

Step 1: Require this package with composer using the following command:

composer require it-brains/queue-job-logger

Step 2: Run migrations

php artisan migrate

Available commands

php artisan queue-job-logs:clean - Clean queue job logs.

ENV variables

QUEUE_JOB_LOGGER_ACTIVE=true/false

Testing

composer test