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?

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.

Laracasts – Learn Laravel Scout

Laracasts – Learn Laravel Scout
English | Tutorial | Size: 80.40 MB


Laravel Scout is a powerful, full-text search package for your Eloquent models. Follow the basic setup instructions, and within minutes you’ll be triggering lightning-fast search queries with Algolia. In this short series, come a long as I demonstrate everything you need to know.

Laracasts – Build A Laravel App With TDD

Laracasts – Build A Laravel App With TDD
English | Tutorial | Size: 1.24 GB


It’s time to take the techniques we learned in Laravel From Scratch, and put them to good use building your first real-world application. Together, we’ll leverage TDD to create Birdboard: a minimal Basecamp-like project management app.