Download the PHP package adaojunior/laravel-postgresql-broadcast-driver without Composer
On this page you can find all versions of the php package adaojunior/laravel-postgresql-broadcast-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adaojunior/laravel-postgresql-broadcast-driver
More information about adaojunior/laravel-postgresql-broadcast-driver
Files in adaojunior/laravel-postgresql-broadcast-driver
Download adaojunior/laravel-postgresql-broadcast-driver
More information about adaojunior/laravel-postgresql-broadcast-driver
Files in adaojunior/laravel-postgresql-broadcast-driver
Vendor adaojunior
Package laravel-postgresql-broadcast-driver
Short Description Postgresql broadcasting events driver for Laravel
License MIT
Homepage https://github.com/adaojunior/laravel-postgresql-broadcast-driver
Package laravel-postgresql-broadcast-driver
Short Description Postgresql broadcasting events driver for Laravel
License MIT
Homepage https://github.com/adaojunior/laravel-postgresql-broadcast-driver
Please rate this library. Is it a good library?
Informations about the package laravel-postgresql-broadcast-driver
Postgres Broadcasting Events Driver for Laravel
Installation
Using Composer:
In your config/app.php file add the following provider to your service providers array:
In your config/broadcasting.php file set the default driver to 'postgresql' and add the connection configuration like so:
Usage
Add a custom broadcast event to your application like so:
Now to publish in your application simply fire the event:
NodeJS Client (optional)
All versions of laravel-postgresql-broadcast-driver with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
~5.1
The package adaojunior/laravel-postgresql-broadcast-driver contains the following files
Loading the files please wait ....