Commit f113f18 1 parent 4a7ca2a commit f113f18 Copy full SHA for f113f18
File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,12 @@ History is a Laravel package to manage the history of:
20
20
- Define included/excluded fields on a per-model basis
21
21
- Has a diff of the changed fields (old/new values)
22
22
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
24
29
25
30
## Alternatives
26
31
@@ -33,6 +38,11 @@ Other alternatives:
33
38
- https://github.com/spatie/laravel-activitylog
34
39
- https://github.com/VentureCraft/revisionable
35
40
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
+
36
46
## Changelog
37
47
38
48
See the [ Changelog] ( https://github.com/artkonekt/history/blob/master/Changelog.md ) for more information about what has changed recently.
You can’t perform that action at this time.
0 commit comments