Easiest is to just run crobtab -e as the user and paste the schedule in there
Or if you want you can add it to a file in /etc/cron.d, but that requires sudo (admin)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
According to Laravel documentation
When using the scheduler, only a single cron entry is needed on your server.
I have the task define. How do I get this single cron entry on my server to be active?
Easiest is to just run crobtab -e as the user and paste the schedule in there
Or if you want you can add it to a file in /etc/cron.d, but that requires sudo (admin)
Please or to participate in this conversation.