Configure Cron Job for Ride Scheduling

We would use cron job for checking the scheduling of ride in app


ionicons-v5-e Instructions

Follow the below steps

  • Select Cron job in Cpanel.

  • Open Cron job & select "Once per 5 minutes".

  • Enter the below Cron job command inside "Command".

  • /usr/local/bin/php /home/your_username/public_html/your_project_name/public/Scheduler.php.

  • Write your own username inside "your_username" in above command , you can find the username in Cpanel "General Information" section under "Home Directory" directory.

  • That's it!