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?

Laracasts – Andre’s Larabits

Laracasts – Andre’s Larabits
English | Tutorial | Size: 1.06 GB


Here, you’ll find Andre Madarang’s personal collection of Larabits. If you’re unfamiliar, Larabits are short, isolated lessons that focus on a single concept or technique. While a typical series may take hours to work your way through, Larabits are instead for when you have five or ten minutes to pick up a small bit of knowledge.

Laracasts – Let’s Build an Offline-First Vue App

Laracasts – Let’s Build an Offline-First Vue App
English | Tutorial | Size: 634.25 MB


Depending on your application, you might find yourself in a position to offer your users the ability to use your program even if they have spotty or missing internet connectivity.

Laracasts – Spam Prevention Techniques

Laracasts – Spam Prevention Techniques
English | Tutorial | Size: 137.02 MB


If you are lucky enough to build a popular community, then your reward is a never-ending onslaught of spam. It’s a simple reality; there’s no getting around it.

Laracasts – Learn Laravel Mix

Laracasts – Learn Laravel Mix
English | Tutorial | Size: 218.24 MB


Webpack is the most powerful and flexible asset compilation tool available today. With that power, however, comes a certain level of complexity. That’s where Laravel Mix steps in. Intended for the 80% usecase, Mix wraps around webpack to make most commonly desired build tasks a cinch to activate.