PHPackages                             ltsochev/laravel-fb-chat - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ltsochev/laravel-fb-chat

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ltsochev/laravel-fb-chat
========================

A simple Laravel library that wraps the Facebook customer chat plugin in your website.

v1.0.4(6y ago)086MITPHPPHP ^7.1.3CI failing

Since Nov 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ltsochev-dev/laravel-fb-chat)[ Packagist](https://packagist.org/packages/ltsochev/laravel-fb-chat)[ RSS](/packages/ltsochev-laravel-fb-chat/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (6)Used By (0)

Facebook Customer Chat for Laravel
==================================

[](#facebook-customer-chat-for-laravel)

A simple Laravel library that wraps the Facebook customer chat plugin in your website.

Installation
------------

[](#installation)

Facebook Customer Chat docs can be found here:

Before installing the plugin please follow the instructions on this page

To install the wrapper simply run the following command

```
composer require ltsochev/laravel-fb-chat
```

### Installation prior Laravel 5.6

[](#installation-prior-laravel-56)

On older versions of Laravel you don't have the luxury of package autodiscovery so you'll have to manually add it to your project.

First off you'll need to publish the configuration of the project

```
php artisan vendor:publish
```

Once the configurations are extracted you can edit the settings in your `config/customerchat.php` file

Once you are done with the settings you should add the service provider in your `config/app.php` file like so:

```
