Skip to content

Conversation

@Roardom
Copy link
Collaborator

@Roardom Roardom commented Jun 20, 2025

Just a draft right now, but I'm very impressed by this package. The developer experience is much improved with the typed form requests, and matches behaviour common in other type-safe languages. It allows accessing properties directly off the dto that came from the form request with ide autocomplete, and it validates that the properties exist and are not null. It might also be the solution to fixing the livewire type errors where a user supplies a string to an int variable as well.

@Roardom Roardom force-pushed the laravel-data branch 2 times, most recently from a7cbe68 to 257d317 Compare June 20, 2025 08:26
@Roardom Roardom changed the title (Refactor) Use laravel-data for typed form requests and dtos (Refactor) Use laravel-data for typed form requests and DTOs Jun 20, 2025
@Roardom Roardom force-pushed the laravel-data branch 3 times, most recently from c1bfaa9 to ed839fd Compare June 30, 2025 09:12
@HDVinnie HDVinnie added the Stale label Sep 18, 2025
The developer experience is much improved with the typed form requests, and matches behaviour common in other type-safe languages. It allows accessing properties directly off the dto that came from the form request with ide autocomplete, and it validates that the properties exist and are not null. It might also be the solution to fixing the livewire type errors where a user supplies a string to an int variable as well.
@Roardom Roardom force-pushed the laravel-data branch 2 times, most recently from fd84b23 to f6f106a Compare September 21, 2025 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants