Setup cron job

Please set up cron job for every minute on your server so that the users receive push notification on the day of the holiday. Every cron job setup varies as per the server so please contact your server administrator if you need any help with this.

Open Cron job and in the command write this code and set the timer every minute.

// <path_to_php> <path_to_artisan> schedule:run >> '/dev/null' 2>&1

Please update your path to php as well as astisan and your cron job should start running

Last updated