Setup Cron Job
sudo crontab -u www-data -e
Put below line at end of file
* * * * * /usr/bin/php /var/www/html/project_folder/artisan schedule:run >> /dev/null 2>&1
Setup Cron Job
sudo crontab -u www-data -e
Put below line at end of file
* * * * * /usr/bin/php /var/www/html/project_folder/artisan schedule:run >> /dev/null 2>&1
Leave a Reply