What is Laravel Task Scheduling?
Laravel task scheduling provides a convenient application-level way to define recurring commands and jobs. The framework scheduler describes when tasks should run while an external scheduler trigger is commonly used to invoke the scheduler.