danielmadu / laravel-jivochat
Custom Blade directive for JivoChat
Installs: 1 726
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 2
Open Issues: 0
This package is auto-updated.
Last update: 2025-03-22 05:56:00 UTC
README
Installation
To install Laravel JivoChat you need run the follow command inside the path of your project:
composer require danielmadu/laravel-jivochat
After installation is necessary add the following line into provides
array at the config/app.php
file:
DanielMadu\JivoChat\JivoChatServiceProvider::class,
Run the command bellow to publish the configuration file config/jivochat.php
:
php artisan vendor:publish --provider="DanielMadu\JivoChat\JivoChatServiceProvider"
Open the configuration file config/jivochat.php
and configure with your widget_id located at the chat code provided by the JivoChat
Usage
Add the directive @jivochat
at the footer of your code before the closing tag </body>