Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emtiazzahid/tidio-laravel

Tidio chat widget for laravel
https://github.com/emtiazzahid/tidio-laravel

laravel-chat laravel-chat-widget tidio tidio-chatbot tidio-laravel

Last synced: 13 days ago
JSON representation

Tidio chat widget for laravel

Awesome Lists containing this project

README

        

# tidio for Laravel


License
Latest Version
Total Downloads

tidio has a lot of [integrations](https://help.tidio.com/docs/integrations), but not for Laravel. This is an tidio chat widget for Laravel.





## Minimum Requirements

- PHP 7.0+
- Laravel 5.5+

## Installation

1. `composer require emtiazzahid/tidio-laravel`
2. `php artisan vendor:publish --provider="EmtiazZahid\Tidio\TidioServiceProvider"`
3. Add your chat link to your `.env` file:

```
TIDIO_KEY="*yi7****lo1cfaxvmcr*****cuipc***"
```
####To get your widget key:
- Visit: [your dashboard developer settings](https://www.tidio.com/panel/settings/developer)
- Copy public key

## Usage

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

```html
...
{{ \EmtiazZahid\Tidio\Tidio::widgetCode() }}