If you're using Laravel Livewirearrow-up-right, you can turn your DTOs into wireable DTOs by adding the WendellAdriel\ValidatedDTO\Concerns\Wireable trait to your DTOs:
WendellAdriel\ValidatedDTO\Concerns\Wireable
class UserDTO extends ValidatedDTO { use Wireable; // Your DTO code... }
Last updated 1 year ago