Monitor Scheduled Tasks in Laravel

If you have tasks that run using Laravel’s Task Scheduling feature, you may want to monitor that these tasks ran and what output they generated. You can currently use sendOutputTo() …