Good morning, people.
I need to create some tasks on my system that run automatically (such as a Cron Job). Example: Every day the system sends an email to the customers of the system with the amount of their charges, and the ones that are close to winning.
I gave a read here in the Scheduler, but the documentation of laravel did not make it clear to me how this works. Could someone explain me better how this feature works? how do I create tasks according to my need?