Articles

Showing 4 posts
October 7th, 2024

Real-time with Nuxt and Laravel

In this article, we'll get real-time broadcasting working between a Nuxt SPA and Laravel using Laravel Reverb and Echo.

Author
Alex Garrett-Smith
Laravel
Nuxt
WebSockets
October 1st, 2024

How to change the host and port of your Nuxt apps

For whatever reason (usually CORS), you'll need to change the host and port of your local Nuxt development server at some point.

Author
Alex Garrett-Smith
Nuxt
February 22nd, 2021

Laravel Websockets with Nuxt

Setting up Websockets with a separate API and client can be pretty tricky. By the end of this article, you'll be able to listen for realtime events fired from your Laravel app, in Nuxt.

Author
Alex Garrett-Smith
Laravel
Nuxt
May 9th, 2020

Using the Nuxt fetch method for effortless API sorting and filtering

If you've used Nuxt before, you're probably using the `asyncData` method in your pages to pre-fetch content from your API to be server-side rendered.

Author
Alex Garrett-Smith
Nuxt

Tags