Composables
How to use composables of nuxt-laravel-echo.
Two composables provide very basic functionality to start working with Laravel Echo in your app:
useEcho - returns an instance of Laravel Echo class
useEchoConfig - returns the current configuration of the module
Last updated