Laravel Schedule Cannot Working in Cronjob Cpanel
my cronjob not working, and I don't know where the error is this is my command in Cpanel /usr/local/bin/ea-php72/home/host/public_html && php artisan schedule:run >> /dev/null 2>&1 this is my schedule in Kernel protected function schedule(Schedule $schedule) { $schedule->call(function () {…