Note : Please note that any changes made to the original source code will be lost after updating to the latest versions.

LivaChat Laravel LiveChat Application

CronJob
  • Cron Jobs : For the automatic functions to work, such as "Auto Solve Livechat," "Auto Delete Livechat," "Notifications Auto Delete," "Auto Response," "Auto Delete Trashed Tickets," "Auto Close Ticket," "Auto Overdue Ticket," "Bot Response," and "Email to Ticket." you must run the cron command on your server

    Example :To run the cron command on your server, login to your server and navigate to Cron Job settings page, and go to "Add New Cron Job" and select the "Once Per Minute (*****)" option from the "Common Settings" dropdown, and type the below command in the "Command" input field, and click on the "Add New Cron Job" button. If the process is done in the correct way, then you’ll get a message that says successfully added the cron job".

    Example Command : cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1

    Note : Automatic functions of the application will not work unless you run the above cron command on your server.

    Please follow this guide, or for reference video click here