Laracon DB
Laracon DB
Talks for "forms"
Enjoying Laravel Data

Freek Van der Herten presents Laravel Data, a package that allows developers to create powerful data objects with a single definition that can be used for multiple purposes like form requests, API resources, and TypeScript definitions. He demonstrates how the package reduces code duplication in complex applications and previews new features coming in Laravel Data v4, including improved TypeScript integration and route helper functions.

Laravel Precognition

Tim McDonald presents a talk on Laravel validation, focusing on improving user experience. He discusses the evolution from basic server-side validation to client-side validation, and introduces Laravel Precognition as a solution that combines the best of both worlds. The talk emphasizes the importance of considering user experience in validation design, including proper timing of validation messages, forgiving user input, and showing success messages alongside errors.

The Art of Form Validation

This talk focuses on form validation best practices in Laravel and frontend frameworks, covering both client-side and server-side validation approaches. The speaker discusses various validation techniques including HTML5 validation, JavaScript libraries like V-validate, and Laravel's built-in validation features, while emphasizing the importance of creating user-friendly validation experiences across desktop and mobile devices.