it-brains/queue-job-logger

A package for logging job's activities

v0.1.7 2024-05-03 21:33 UTC

This package is auto-updated.

Last update: 2024-11-03 22:43:38 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