Your tasks,alwayson time.

Available now on GitHub

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.

Features

Everything you need to
run on schedule

A powerful open-source dashboard for monitoring Laravel's task scheduler.

Real-Time Task Monitoring

Watch your scheduled tasks execute live. See exactly what's running, what's queued, and when each task fires next — refreshed in real time.

Artisan, Shell & Callbacks

Support for all Laravel scheduler task types. Artisan commands, shell scripts, and PHP closures — visible in one unified, filterable view.

Smart Search & Filters

Instantly find tasks by command, cron expression, or description. Filter by task type to focus on exactly what matters.

Live Echo in Terminal

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.

Timezone Awareness

Every task displays its next run time in your system's timezone. No more confusion for distributed teams across the globe.

One-Click Manual Run

Trigger any scheduled task on demand. Perfect for testing logic, recovering from a missed window, or debugging command output instantly.

Your schedule,
at a glance

Browse, search, and manually trigger any of your scheduled tasks.

Search tasks by command, expression, or description...
php artisan app:hourly-product-sales-reportARTISAN
SP: Request Hourly Order Sales Report (GET_FLAT_FILE_ALL_ORDERS)
42 minutes from now
php artisan app:daily-sales-reportARTISAN
SP: Request Daily Order Sales Report (All Marketplaces)
2 hours from now
php artisan app:weekly-sales-reportARTISAN
SP: Request Weekly Order Sales Report (All Marketplaces)
2 days from now
php artisan queue:work --daemonARTISAN
Process background jobs from the default queue
5 minutes from now
sh ./scripts/cleanup-logs.shSHELL
Purge old log files from storage/logs directory
1 day from now

Run a task.
Watch it echo live.

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.

  • 01Click ▶ Run on any scheduled task
  • 02Terminal panel opens below the task
  • 03Echo output streams line-by-line, live
scheduler — bash
$ php artisan app:daily-sales-report
Running scheduled command...
✔ Fetching orders from SP API...
✔ Processing 1,482 records
→ Saving to database...
✔ Done! 1,482 rows inserted.
ℹ Execution time: 3.24s

Free, open source,
and ready to deploy.

Star the repo, clone it, and get real-time visibility into every scheduled task in your Laravel app.