# ┌───────────── min (0 - 59)
# │ ┌────────────── hour (0 - 23)
# │ │ ┌─────────────── day of month (1 - 31)
# │ │ │ ┌──────────────── month (1 - 12)
# │ │ │ │ ┌───────────────── day of week (0 - 6) (Sunday to Saturday;
# │ │ │ │ │                                         7 is also Sunday)
# │ │ │ │ │
# │ │ │ │ │
# * * * * *  command to execute

# Core crons
0 0 1 1 * # cron is managed in the 'crons' file of the site repo (do not remove this line)
* * * * * /usr/local/bin/php ~/public_html/artisan schedule:run >> /dev/null 2>&1
