laravel-validated-dto icon indicating copy to clipboard operation
laravel-validated-dto copied to clipboard

Data Transfer Objects with validation for Laravel applications

Results 4 laravel-validated-dto issues
Sort by recently updated
recently updated
newest added

Hi. How to use Wireable with Livewire. Can you write a usage example? Can't call validation in a livewire component method? DTO must inherit interface Livewire\Wireable.

If you need to serialize an DTO, or an object where an DTO is embedded, you will get a ``` Exception: Serialization of 'Closure' is not allowed ``` as Validation...

bug

Hi @WendellAdriel, Great DTO package with validation. I'm using it in all my projects. but i think this currently doesn't support **[Laravel Precognition](https://laravel.com/docs/11.x/precognition)**. Is there any possibility of adding support...

enhancement
help wanted