I am working on some laravel project in which i want to provide live chat for customer services. Customer fill some information then chat will be start for example you can see demo https://www.telenor.com.pk/ or http://www.mobilink.com.pk/. There is a lot of other example I think that two is enough for understand what i want. I want some thing like that please suggest me any library or some helping material that can help me
Asked
Active
Viewed 4,528 times
-3
-
The title here is very misleading, it sounds like you're trying to make a support chart for laravel issues. – apokryfos Mar 31 '16 at 14:48
-
yes i want customer support live chat – Muhammad Umar Mar 31 '16 at 14:52
-
Yes but its not **for** laravel it's **using** laravel. – apokryfos Mar 31 '16 at 14:53
-
sorry i'm not understand what you are trying to saying – Muhammad Umar Mar 31 '16 at 14:58
1 Answers
2
I don't know if I understand you.
I mean if you want to use that kind of service on your laravel project, just simply register at one of live chat providers.
For example: https://www.tawk.to/ (it's free)
Its very easy to install. You will need just to add website in tawk, and put the javascript that you will get in your template.

Michał Lipa
- 968
- 2
- 12
- 22
-
https://www.tawk.to/ that you mentioned in which there is also a chat bottom of right side by title "let's chat? online" for the customer i want exactly the same – Muhammad Umar Mar 31 '16 at 14:57
-
@MuhammadUmar so register at tawk.to and add chat to your website. You can customise chat in Admin Panel (change colors, texts, language etc.). – Michał Lipa Apr 01 '16 at 07:16
-
Just made a tawk.to package for Laravel: https://github.com/emotality/tawk-laravel – emotality Jul 29 '18 at 10:23