To create a CRON job to change the expiration status of sellers for Amazcart.
First, Login into your cpanel
After Login, Go to Cron Jobs
On the cron jobs page, It will show a form of common settings and PHP and root directory path
In this image shows the PHP path and Your project root directory.
5. Now Select Twice per day from standard settings and select box
6. After selecting the common setting now, write the command for Running cron job
Command: /php_path /project_root/artisan command:sellerSubscription > /dev/null 2>&1
Example: /usr/local/bin/php /home/freesch2/public_html/artisan command:sellerSubscription /dev/null 2>&1
7. Now click on the save button to save the cron job.
Conclusion: After saving It will run the cron job per day 2 times, and It will update the expired status of sellers.