elmhurstprojects/laravel-jobs

Queued Job Monitoring

Installs: 109

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/elmhurstprojects/laravel-jobs

1.0.15 2019-12-03 13:23 UTC

This package is auto-updated.

Last update: 2025-09-29 03:25:32 UTC


README

Monitoring stat board to check success of queued / sync jobs

  • Statistics Board
  • Auto recording of successful jobs

Installation

  • Install is easy as it uses Laravel auto discover
composer require elmhurstprojects/laravel-jobs
  • Then publish the assets
php artisan vendor:publish --tag=jobs
  • Then migrate the complete jobs table
php artisan migrate

Usage

Completed jobs are stored in the migrated table, using this package simply required looking at the monitoring views.

  • Visit url your-domain.com/jobs/overview