Why Laravel Cron Job is not working on cpanel?
I am trying to run schedule run command on cpanel via cron job but its not working. I used following command: * * * * * /usr/local/bin/ea-php73 /home/mozeshan/xicov/artisan schedule:run >> /dev/null 2>&1 Note:my public files are in public_html folder and…