2017 © Pedro Peláez
 

library laravel-jivochat

Custom Blade directive for JivoChat

image

danielmadu/laravel-jivochat

Custom Blade directive for JivoChat

  • Monday, November 27, 2017
  • by danielmadu
  • Repository
  • 1 Watchers
  • 5 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 14 % Grown

The README.md

Laravel JivoChat Blade directive (Laravel 5 Package)

Installation

To install Laravel JivoChat you need run the follow command inside the path of your project:, (*1)

composer require danielmadu/laravel-jivochat

After installation is necessary add the following line into provides array at the config/app.php file:, (*2)

DanielMadu\JivoChat\JivoChatServiceProvider::class,

Run the command bellow to publish the configuration file config/jivochat.php:, (*3)

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, (*4)

Usage

Add the directive @jivochat at the footer of your code before the closing tag </body>, (*5)

The Versions

27/11 2017

dev-master

9999999-dev

Custom Blade directive for JivoChat

  Sources   Download

MIT

by Avatar danielmadu

24/11 2017

1.1.0

1.1.0.0

Custom Blade directive for JivoChat

  Sources   Download

MIT

by Avatar danielmadu

23/11 2017

1.0.1

1.0.1.0

Custom Blade directive for JivoChat

  Sources   Download

MIT

by Avatar danielmadu

23/11 2017

1.0.0

1.0.0.0

Custom Blade directive for JivoChat

  Sources   Download

MIT

by Avatar danielmadu