Which Laravel component is used to perform scheduled tasks?
a) Jobs
b) Events
c) Task Scheduler
d) Workers
Answer:
c) Task Scheduler
Explanation:
The Laravel Task Scheduler allows developers to define and schedule tasks to run periodically, such as clearing logs or sending emails.