happyDemon / vue-echo

Vue integration for the Laravel Echo library.
228 stars 24 forks source link

Is it possible to trigger events using this package ?? #19

Closed jagroop closed 6 years ago

jagroop commented 6 years ago

something similar to that Ref

Thanks

happyDemon commented 6 years ago

@jagroop You can do anything laravel echo allows you to do through this.$echo (which is a reference to an initialised echo instance).

jagroop commented 6 years ago

Thanks :smiley: