This package is abandoned and no longer maintained. No replacement package was suggested.

Libraray to publish message to Rethink DB using Node API

4.0.2 2017-11-27 15:10 UTC

This package is not auto-updated.

Last update: 2018-05-04 08:32:24 UTC


README

Brokergenius Events package

add following line to your config/app.php under providers list

Mubin\Events\BrokergeniusEventsServiceProvider::class,

run

composer dump-autoload

Then publish the configuration file using the vendor:publish

php artisan vendor:publish

Update configurations in config/bgevents.php

run the artisan command to see feeds

php artisan rethinkDb:consumeFeed --table=your_table