A real-time dashboard for Laravel's task scheduler. Track every Artisan command, shell script, and callback — see what's running, what's next, and trigger tasks on demand. Echo output streams live into the built-in terminal.
A powerful open-source dashboard for monitoring Laravel's task scheduler.
Watch your scheduled tasks execute live. See exactly what's running, what's queued, and when each task fires next — refreshed in real time.
Support for all Laravel scheduler task types. Artisan commands, shell scripts, and PHP closures — visible in one unified, filterable view.
Instantly find tasks by command, cron expression, or description. Filter by task type to focus on exactly what matters.
Hit Run on any task and watch its echo output stream live in the built-in terminal panel — see exactly what your command prints, line by line.
Every task displays its next run time in your system's timezone. No more confusion for distributed teams across the globe.
Trigger any scheduled task on demand. Perfect for testing logic, recovering from a missed window, or debugging command output instantly.
Browse, search, and manually trigger any of your scheduled tasks.
Click ▶ Run on any task and the built-in terminal streams the command's echo output in real time — no SSH, no guessing. Every echo statement your Artisan command or shell script outputs appears instantly.