# ┌───────────── 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

# Sets up Laravel schedule that runs all the crons
* * * * * /usr/local/bin/php ~/public_html/artisan schedule:run 1>> /dev/null 2>&1

# Any crons should be managed in /app/Console/Kernel.php
