2017 © Pedro Peláez
 

library laravel-chatkit-api

Laravel wrapper for the pusher chatkit api

image

chess/laravel-chatkit-api

Laravel wrapper for the pusher chatkit api

  • Wednesday, June 20, 2018
  • by chess
  • Repository
  • 2 Watchers
  • 6 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Laravel Chatkit API

An API wrapper for Pusher Chatkit., (*1)

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

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

1) Add a new item to the providers array:, (*4)

```
Chess\Chatkit\ChatkitServiceProvider::class,
```

2) Add a new item to the aliases array:, (*5)

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

Documentation

The documentation can be found in the project's wiki section., (*6)

Documentation, (*7)

Credits

License

laravel-chatkit-api is open-sourced software licensed under the MIT license, (*8)

The Versions

20/06 2018

dev-master

9999999-dev

Laravel wrapper for the pusher chatkit api

  Sources   Download

MIT

The Requires

 

by Pascal Boucher

laravel api pusher chatkit

20/06 2018

v0.2.1

0.2.1.0

Laravel wrapper for the pusher chatkit api

  Sources   Download

MIT

The Requires

 

by Pascal Boucher

laravel api pusher chatkit

12/06 2018

v0.2.0

0.2.0.0

Laravel wrapper for the pusher chatkit api

  Sources   Download

MIT

The Requires

 

by Pascal Boucher

laravel api pusher chatkit

11/06 2018

v0.1.0

0.1.0.0

Laravel wrapper for the pusher chatkit api

  Sources   Download

MIT

The Requires

 

by Pascal Boucher

laravel api pusher chatkit