Appearance
Live Chat
Live Chat: Enable or disable live chat on the website.
Chat Provider: by default it support Tawk, Crisp and MyLivechat.
Custom Chat Provider
- In addition to the added providers you can create your own provider. First you need to go to /src/Services/LiveChat/ , this directory contains chat providers.
You can added your provider with these functions required in the class.
php
public function form()
public function script()