mubin-khalid / events
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
Requires
- danielmewes/php-rql: 2.3.0
- guzzlehttp/guzzle: 5.*
- illuminate/console: 5.*
- illuminate/events: 5.*
- illuminate/exception: 5.*
- illuminate/log: 5.*
- illuminate/support: 5.*
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