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.

Laracasts – Learn Laravel Horizon

Laracasts – Learn Laravel Horizon
English | Tutorial | Size: 101.61 MB


Laravel Horizon provides a beautiful dashboard and code-driven configuration for Redis queues in Laravel. In this short series, I’ll get you up and running in no time.

Laracasts – Learn Inertia With Jeffrey

Laracasts – Learn Inertia With Jeffrey
English | Tutorial | Size: 292.87 MB


Inertia.js allows you to build single-page applications, while still allowing Laravel to be responsible for routing, controllers, authorization, policies, and more. Think of it like the glue that connects a server-side framework like Laravel, to a client-side framework like Vue.

Laracasts – Get Real With Laravel Echo

Laracasts – Get Real With Laravel Echo
English | Tutorial | Size: 152.60 MB


Wouldn’t it be great if you could alert the users of your application about important changes, without requiring that they manually refresh the page?