Laracon DB
Laracon DB
Talks for "search"
Laravel 5.3 Overview

Taylor Otwell presents the new features in Laravel 5.3 at Laracon. He covers major updates including a new mailable system for cleaner email handling, Laravel Scout for full-text search functionality, Laravel Passport for OAuth2 authentication, and a new notification system. The talk demonstrates practical implementations of these features with live coding examples and explains how they simplify common development tasks.

Scout + Algolia + VueJS = Awesome

The talk appears to be about implementing search functionality in Laravel applications, focusing on how to build and customize search interfaces with features like filters, pagination, and templates. The speaker demonstrates working with search results, handling templates, and implementing various search-related UI components.

Discovering ElasticSearch

A comprehensive talk about integrating Elasticsearch with Laravel applications, covering search functionality implementation, scaling considerations, and practical integration patterns. The speaker explains how Elasticsearch provides powerful search capabilities beyond traditional SQL databases, demonstrates implementation approaches using Laravel's Eloquent, and discusses best practices for data indexing and querying.