Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emtiazzahid/tidio-laravel
- Owner: emtiazzahid
- License: mit
- Created: 2021-10-02T07:45:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T07:51:24.000Z (about 3 years ago)
- Last Synced: 2024-10-11T03:43:45.789Z (about 1 month ago)
- Topics: laravel-chat, laravel-chat-widget, tidio, tidio-chatbot, tidio-laravel
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tidio for Laravel
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() }}