laravel-validated-dto
laravel-validated-dto copied to clipboard
Data Transfer Objects with validation for Laravel applications
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...
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...