Skip to main content

Laravel scheduler — glossary

TL;DR

Cron-driven schedule defined in app/Console/Kernel.php or routes/console.php.

Key facts

Term
Laravel scheduler

TL;DR

Cron-driven schedule defined in app/Console/Kernel.php or routes/console.php.

Definition

Laravel scheduler is referenced across Reflex documentation and playbooks.

In production operations

Understanding Laravel scheduler helps you interpret alerts, capacity charts, and repair actions safely.

Related