skip to Main Content

Laravel task scheduler not running – CPanel

I have the following method in my Kernel.php (the one under Console of course): protected function schedule(Schedule $schedule) { $schedule->exec("touch lorem.txt")->everyMinute(); } And I have the following cronjob added through the cpanel: * * * * * cd /home/oeit/oe &&…

VIEW QUESTION
Back To Top
Search