mubin-khalid / events
Libraray to publish message to Rethink DB using Node API
Installs: 4 463
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
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