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.
- Host: GitHub
- URL: https://github.com/emotality/tawk-laravel
- Owner: emotality
- License: mit
- Created: 2018-07-29T10:13:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T20:02:46.000Z (over 1 year ago)
- Last Synced: 2025-04-22T16:18:55.910Z (about 1 year ago)
- Topics: chat-widget, chat-window, laravel, laravel-5-package, laravel-package, php, php-library, tawk, widget
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 51
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tawk.to for Laravel
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() }}