Using Reverb and Laravel Echo, let’s add real-time broadcasting to a Nuxt SPA, driven by Laravel. We’ll start with the basics of public channels without authorization. Once we’re set up and able to broadcast to all clients perfectly, we’ll dive into authentication and authorizing private channels by modifying how Laravel Echo authorizes with our API. By the end of the course, you’ll have everything you need to start adding real-time broadcasting to your Nuxt/Laravel applications.
Learn how to build a full authentication boilerplate with Nuxt, Sanctum and Fortify. This course covers everything you need to get started with authentication with Nuxt and Laravel. We’ll start by setting up a Nuxt project and configuring Laravel Sanctum, then add the ability to register, sign in and sign out. We’ll also cover some TypeScript tips, protecting pages with middleware, and using Vue composables to keep our code tidy.
Nuxt is a framework built on Vue that makes development of applications a breeze. In this series, we'll get set up with a fresh project and work through everything you need to know to start building with Nuxt.
Let’s implement every feature of Laravel Fortify in a Nuxt SPA. We’ll use Laravel Sanctum to authenticate, then work through each Fortify feature and figure out the tweaks we need to make along the way.
Learn while you build a GraphQL API with Laravel Lighthouse, then build a Nuxt frontend with Apollo to consume it. All styled with Tailwind.
If you're working with Nuxt, you're probably using the asyncData method to fetch content before rendering it. Nuxt 2.12 introduces a new and improved fetch method that works like asyncData, but with some awesome additions. Let's dive in and see fetch in action.
A guide to using roles and permissions in your Vue/Nuxt app, directly from your API.
How to deploy your Nuxt app with Laravel Forge, set up an Nginx reverse proxy, and deploy your API alongside it, on the same domain, to prevent additional HEAD requests from your client.
Nuxt is a framework built on Vue.js, providing a solid base for rapid development of server-side rendered JavaScript apps. This course takes a look around the most common parts to get you quickly up to scratch!