Laracon DB
Laracon DB
Talks for "file-handling" (3)
Tour of Laravel MediaLibrary v7

A presentation about the Laravel Media Library package, which handles file uploads, media management, and image manipulations in Laravel applications. The speaker demonstrates key features including file uploads, media collections, responsive images, file optimization, and multi-disk storage support. The talk includes live coding examples showing how to implement various media handling features with minimal code.

Handling media in a Laravel application

A comprehensive demonstration of the Laravel Media Library package, showing how to handle file uploads, manage media collections, generate responsive images, and optimize file storage. The speaker walks through practical examples of adding media to models, handling downloads, working with different file systems like S3, and implementing responsive image loading with automatic thumbnail generation.

Keynote

Taylor Otwell presents new features in Laravel 5.3 at Laracon EU. He covers improvements to queues, file storage, notifications system, and introduces Laravel Echo for real-time features. The talk demonstrates practical examples of each feature, showing how Laravel 5.3 makes PHP development more accessible while keeping pace with modern web development trends.