Looking to hire Laravel developers? Try LaraJobs

laravel-chatkit-api maintained by chess

Description
Laravel wrapper for the pusher chatkit api
Last update
2018/06/20 23:07 (dev-master)
License
Links
Downloads
231
Tags

Comments
comments powered by Disqus

Laravel Chatkit API

An API wrapper for Pusher Chatkit.

Installation

composer require chess/laravel-chatkit-api

php artisan vendor:publish --provider="Chess\Chatkit\ChatkitServiceProvider"

If you're using Laravel 5.5+ this is all there is to do.

For Laravel versions before 5.5, you must register the service provider in your config/app.php

  1. Add a new item to the providers array:

    Chess\Chatkit\ChatkitServiceProvider::class,
    
  2. Add a new item to the aliases array:

    'Chatkit' => Chess\Chatkit\Facades\Chatkit::class,
    

Documentation

The documentation can be found in the project's wiki section.

Documentation

Credits

License

laravel-chatkit-api is open-sourced software licensed under the MIT license