* * * * *
implies that the command should run every minutephp
or /usr/local/bin/php
is the full path to the installed php command, you may run the following command whereis php
to determine it/path-to-your-installation/artisan schedule:run
is the actually command of Crypterion that runs your background tasks/path-to-your-installation/
from above refers to the absolute path to your installation. (e.g cPanel: /home/<username>/crypterion/... )>> /dev/null 2>&1
is used to disable the output of the cronjob. However, it could be >/dev/null 2>&1
in some servers.