# cPanel > Cron Jobs > Add New Cron Job  (Common Settings: "Once Per Minute")
# Replace USER with your cPanel username and the path with the folder that contains `artisan`.
* * * * * cd /home/USER/engineers-hub && /usr/local/bin/php artisan schedule:run >> /dev/null 2>&1
