I want to setup a cron job for my website and the commad is not working can you tell me if I am wrong or right if I am wrong please correct me
The scriprt I purchase requirement is this
Commands
Cron: * * * * *
Change the [SERVER_PATH] to your server path
/usr/local/bin/php /home/[SERVER_PATH]/artisan schedule:run >> /dev/null 2>&1
So, I am using this command
/usr/local/bin/php /home//www/wwwroot/uptoearn.pro/artisan schedule:run >> /dev/null 2>&1
https://ibb.co/jvshxVxn
Please correct me If I am wrong or give the right command