Skip to content

Instantly share code, notes, and snippets.

@najathi
Created January 3, 2022 09:37
Show Gist options
  • Save najathi/b4d31721e47cd80ede2249dadb03a2fe to your computer and use it in GitHub Desktop.
Save najathi/b4d31721e47cd80ede2249dadb03a2fe to your computer and use it in GitHub Desktop.
cpanel cron job
#! /bin/sh
/usr/bin/php /home/username/public_html/project_name/artisan schedule:run 1>> /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment