We are officially unavailable due National Holidays from 10 April 2024 to 12 April 2024. During these days support time could be a little bit high. As soon as we will be back, we will reply to you on an urgent basis

Okay
  Print

How to setup CRON job in Doctry

Go to the cPanel and then click on Cron Jobs


Then Setup a Cron Job according to your needs. 

Command will look something like that

/opt/php71/bin/php -q /http://yoursite.com/artisan schedule:run >> /dev/null 2>&1

This CRON job will execute and create the payouts history in the admin panel and then admin can export the payouts list of the selected month.

Thanks