Laracasts – Laravel, Vue and SPAs

Laracasts – Laravel, Vue and SPAs
English | Tutorial | Size: 250.50 MB


In this series, come along as I build an “assets” website for Laracasts. Using Laravel as a backend, step-by-step, we’ll pull in Vue and Vue Router to construct a practical and real-life single-page application.

Laracasts – Let’s Build a SaaS in Laravel

Laracasts – Let’s Build a SaaS in Laravel (Aug 14, 2024)
English | Tutorial | Size: 3.75 GB


There are endless tutorials online for how to build an idealized project, based on what’s easy to teach.

Laracasts – Laravel Authentication Techniques

Laracasts – Laravel Authentication Techniques
English | Tutorial | Size: 115.81 MB


While Laravel offers a robust, traditional authentication setup out of the box, you may find that you require unique setups for certain projects. Perhaps one application should leverage GitHub for its sign in functionality. Maybe another app only requires password-less authentication.

Laracasts – Real-time Laravel with Socket.io

Laracasts – Real-time Laravel with Socket.io
English | Tutorial | Size: 78.41 MB


When we want to broadcast events on our server to the client, how exactly do we do that? Well, there’s a number of ways to tackle it, including using a dedicated service like Pusher. However, in this mini-series, we’ll wire everything up on our own, while leveraging Node, Redis, and Socket.io. Sound fun?