An open API service indexing awesome lists of open source software.

https://github.com/emotality/tawk-laravel

Tawk.to chat widget for Laravel.
https://github.com/emotality/tawk-laravel

chat-widget chat-window laravel laravel-5-package laravel-package php php-library tawk widget

Last synced: about 1 year ago
JSON representation

Tawk.to chat widget for Laravel.

Awesome Lists containing this project

README

          

# tawk.to for Laravel


License
Latest Version
Total Downloads

tawk.to has a lot of [integrations](https://help.tawk.to/category/integrations), but not for Laravel. This is a tawk.to chat widget for Laravel.





## Requirements

- PHP 7.0+
- Laravel 5.5+

*If you don't meet the requirements, feel free to try version 2.0*

## Installation

1. `composer require emotality/tawk-laravel`
2. `php artisan vendor:publish --provider="Emotality\TawkTo\TawkToServiceProvider"`
3. Add your chat link to your `.env` file:

```
TAWKTO_LINK="https://tawk.to/chat/{property_key}/{widget_key}"
```

*Get your link from the **Direct Chat Link** field from [your dashboard](https://dashboard.tawk.to/#/admin/chat-widget)*

## Usage

Just echo the widget code in your app layout blade inside the body tag:

```html
...
{{ \TawkTo::widgetCode() }}