laravel-job-tracker maintained by leadsdoit
Description
A Laravel package to monitor jobs by groups, track their execution status, and dispatch events on group start and completion.
Author
Last update
2025/11/14 12:41
(dev-main)
License
Downloads
20
Job Tracker (JT)
A Laravel package to monitor jobs by groups, track their execution status, and dispatch events on group start and completion. Throughout the project, "JT" and "jt" are used as a short form of Job Tracker. All public APIs of the package are prefixed with JT to avoid name conflicts.
Installation
Use the artisan command to publish config and migration files:
php artisan vendor:publish --provider=Ldi\\JobTracker\\JobTrackerServiceProvider