Setting up a CRON job
Last updated
Last updated
You will most likely need the scheduler running in order to perform your regular tasks.
Setting up CRON with Siteground is quite easy
From the Site Tools / Devs section, add a new cronjob as below
cd ~/www/example.org/Live && php81 artisan schedule:run >> /dev/null 2>&1
Set this with a custom pattern of five start separated by spaces. This equates to every minute.
substitute example.org with your domain name