Configuring the Cron Job

How can I start the Scheduler?

The Scheduler will execute:

When using the scheduler, you only need to add the following Cron entry to your server.

* * * * * {PHP_BIN_PATH} /path/to/public_html/artisan schedule:run >> /dev/null 2>&1

This Cron will call the Laravel command scheduler every minute. When the schedule:run command is executed, Laravel will evaluate your scheduled tasks and runs the tasks that are due.

NOTE


More information about Cron Job:


How does the Ads (Listings) Clear command work?

After setting it up to run every hour (for example), you can consider 2 cases:

1. Regular Ads/Listings

You have to set up the options below from the Admin panel → Settings → General → Cron:

2. Premium/Sponsored/Paid Ads