项目作者: pascalboucher

项目描述 :
Laravel Pusher Chatkit Api wrapper
高级语言: PHP
项目地址: git://github.com/pascalboucher/laravel-chatkit-api.git
创建时间: 2018-06-11T18:57:41Z
项目社区:https://github.com/pascalboucher/laravel-chatkit-api

开源协议:MIT License

下载


Laravel Chatkit API

An API wrapper for Pusher Chatkit.

Installation

  1. composer require chess/laravel-chatkit-api
  2. 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:

  1. ```
  2. Chess\Chatkit\ChatkitServiceProvider::class,
  3. ```

2) Add a new item to the aliases array:

  1. ```
  2. 'Chatkit' => Chess\Chatkit\Facades\Chatkit::class,
  3. ```

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