Softaculous


Topic : Laravel CRON in Webuzo


Posted By: hidden76 on November 25, 2018, 3:41 pm
I have a laravel system, I have already worked with other systems and
the cron has always worked for me, however for this one that uses
LARAVEL has not worked for me, what would be the solution for this
problem, I send you the images



what would be the way to create a cron for that address?



Thanks
   
   

Posted By: hidden76 on November 25, 2018, 3:43 pm | Post: 1
This is the image

Posted By: hidden76 on November 25, 2018, 3:49 pm | Post: 2
.

Posted By: Dhanya on November 26, 2018, 1:22 pm | Post: 3
Hi,

You need to set the cron job as follows:
/usr/local/apps/php[version]/bin/php /home/admin/public_html/donasionline/artisan schedule:run

The PHP version is the default PHP version which you are using on your webuzo panel.

In order to check if it works or not, you need to remove the '>> /dev/null 2>&1' from cronjob and execute the command on commandline.

Also you can check the output of the cron by directing its response in a file as ' >> /home/admin/response.log'

Once set, you need to check the response.log file for output og the cron command.

Let us know if you have any further queries.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.