Download the PHP package unoapp-dev/laravel-pubnub without Composer
On this page you can find all versions of the php package unoapp-dev/laravel-pubnub. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unoapp-dev/laravel-pubnub
More information about unoapp-dev/laravel-pubnub
Files in unoapp-dev/laravel-pubnub
Download unoapp-dev/laravel-pubnub
More information about unoapp-dev/laravel-pubnub
Files in unoapp-dev/laravel-pubnub
Vendor unoapp-dev
Package laravel-pubnub
Short Description Pubnub event broadcast driver for Laravel/Lumen
License MIT
Homepage https://github.com/unoapp-dev/laravel-pubnub
Package laravel-pubnub
Short Description Pubnub event broadcast driver for Laravel/Lumen
License MIT
Homepage https://github.com/unoapp-dev/laravel-pubnub
Please rate this library. Is it a good library?
Informations about the package laravel-pubnub
Pubnub Driver for Laravel & Lumen
Integrates the Pubnub PHP library with Laravel and Lumen
Installation
Laravel 5
Add a ServiceProvider to your providers array in config/app.php
:
Lumen
For Lumen
add the following in your bootstrap/app.php
Configuration
Then in the .env
file, add the following API keys:
Next in your config/broadcasting.php
file, under the connections
array, add the PubNub settings:
You probably want to change the default broadcast driver to pubnub
.
All versions of laravel-pubnub with dependencies
PHP Build Version
Package Version
Requires
pubnub/pubnub Version
^4.1
The package unoapp-dev/laravel-pubnub contains the following files
Loading the files please wait ....