laravel-job-log
by codeldev
A simple Laravel package that automatically logs all jobs queued and processed by your application to the database.
laravel-schedule-log
by codeldev
A simple Laravel package that automatically logs every scheduled command execution to your database. It listens to Laravel's built-in schedulerevents to record information without wrapping or modifying the scheduler itself. Ships with configurable table names, swappable Eloquent models, and a built-in prune command to manage retention.