elmhurstprojects / laravel-jobs
Queued Job Monitoring
1.0.15
2019-12-03 13:23 UTC
Requires
- nesbot/carbon: 1.*
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