Scheduler List is a Laravel package that provides a Pulse-style web dashboard for viewing and managing scheduled tasks. It displays all registered tasks with their cron expressions, next run times, timezones, and constraints. An optional manual execution feature lets you trigger tasks from the browser and stream their output in real time. The dashboard is disabled by default, protected by auth middleware, and supports authorization gates to restrict access. Install via Composer and enable through environment variables.

2m read timeFrom laravel-news.com
Post cover image
Table of contents
# A List of Every Scheduled Task# Running a Task on Demand# Disabled by Default, Behind Auth# Installation
86.1K Impressions