A Complete Guide to Task Scheduling in Laravel
usefull guide to scheduling tasks
Task scheduling is a useful technique for automating various repetitive tasks based on a schedule. Such tasks or jobs may be mission critical in nature (such as backing up a database), or it may be as simple as send a weekly email to yourself or your customers. Manually running such jobs can get tedious real quick so a better solution is to automate and monitor them so they can run predictably in a timely fashion.
https://betterstack.com/community/guides/scaling-php/laravel-task-scheduling/
Ardhive link: https://archive.ph/EJHxm