Skip to content

Commit f113f18

Browse files
Extended the DOC README with Job execution specific parts
1 parent 4a7ca2a commit f113f18

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ History is a Laravel package to manage the history of:
2020
- Define included/excluded fields on a per-model basis
2121
- Has a diff of the changed fields (old/new values)
2222

23-
### Eloquent Model History
23+
### Job Tracking
24+
25+
- Track the execution status of Laravel Jobs
26+
- Set and read the completion % of a job execution
27+
- Write logs for job executions
28+
- Detect the user that has executed the job
2429

2530
## Alternatives
2631

@@ -33,6 +38,11 @@ Other alternatives:
3338
- https://github.com/spatie/laravel-activitylog
3439
- https://github.com/VentureCraft/revisionable
3540

41+
Job Tracker alternatives:
42+
- https://tobytwigger.github.io/laravel-job-status/
43+
- https://github.com/mateusjunges/trackable-jobs-for-laravel
44+
- https://github.com/imTigger/laravel-job-status
45+
3646
## Changelog
3747

3848
See the [Changelog](https://github.com/artkonekt/history/blob/master/Changelog.md) for more information about what has changed recently.

0 commit comments

Comments
 (0)