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

Laravel shared hosting, index.php not pointing to root but staying at public_htmls – CPanel

I have been working on deploying my Laravel app on a shared hosting using cpanel. However, I an getting this error: [08-Sep-2018 07:38:43 UTC] PHP Fatal error: require(): Failed opening required '/home/daankraa/public_html/../../supersax/vendor/autoload.php' (include_path='.:/opt/cpanel/ea-php71/root/usr/share/pear') in /home/daankraa/public_html/index.php on line 24 From what…

VIEW QUESTION
Back To Top
Search