https://github.com/tauseedzaman/laravel-customer-support
customer support version of laravel Chatify coming sooon
https://github.com/tauseedzaman/laravel-customer-support
chat-bot chatify customer-support laravel-customer-support laravel-live-chat
Last synced: about 1 month ago
JSON representation
customer support version of laravel Chatify coming sooon
- Host: GitHub
- URL: https://github.com/tauseedzaman/laravel-customer-support
- Owner: tauseedzaman
- Created: 2023-07-15T10:24:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T04:02:19.000Z (over 1 year ago)
- Last Synced: 2025-04-14T12:54:34.551Z (about 2 months ago)
- Topics: chat-bot, chatify, customer-support, laravel-customer-support, laravel-live-chat
- Language: JavaScript
- Homepage:
- Size: 488 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chatify-Based Laravel Customer Support Package
This is the customer service version for Chatify package, we have customized the Chatify so this can be used as a customer service live chat package...this will allow webmasters to chat live with their customers,
## Installation
```
composer require tauseedzaman/laravel-customer-support
```install
```
php artisan chatify:install
```Configure the Pusher
add this header in your layouts file
```
```
put this in the header of your layouts file
```
{!! view('Chatify::layouts.ClientHeader') !!}
```put this somewhere in your layouts file. i.e app.blade.php
```
{!! view('Chatify::layouts.ClientChatBox') !!}
```put this in the footer/bottom section of your layouts file
```
{!! view('Chatify::layouts.ClientFooter') !!}
```
You are good to goif you get this error in your browser console
then change strict to false in app/database.php
```
'strict' => false
```
## Demo- Demo app - [Click Here](https://laravel-customer-support-demo.tauseedzaman.com).
## Chatify Official Documentation
As This Package is Derived from Chatify, Here Are The Chatify official [documentation](https://chatify.munafio.com)
## License
Laravel-Customer-Support is licensed under the [MIT license](https://choosealicense.com/licenses/mit/)