Laravel Websockets and Laravel Echo with Vue

Want more? Explore the library at Using Laravel as a pure API? This snippet walks through using Laravel Echo with a Vue project. We’ll use the Laravel Websockets package to get broadcasting working, then pull Laravel Echo into our Vue project and start listening for events. Official site Twitter
Back to Top