Michael Dyrynda

Results 35 comments of Michael Dyrynda

This is the [PR](https://github.com/laravel/framework/pull/44074) that introduced the functionality, so it's available in Laravel 9.x. Laravel 10.x will use U[UIDv7 by default](https://github.com/laravel/framework/pull/44210).

Can you provide more detail about what isn’t working? Errors, expected behaviour, etc. Minimum reproduction repo of the error would be helpful.

> I have actually managed to solve DTOs, by defining them in the request, and have them propagate to the DTO methods in the response. Agree; I typically use resource-based...

Well I'll be a monkey's uncle; I tried this again today and it seems to be working as per the PR. ![CleanShot 2024-04-13 at 13 02 16](https://github.com/saloonphp/saloon/assets/558441/695c6394-ae32-425f-90b0-aa9ce80a7452) Unfortunately, making the...

Adding a note here that this merge change appears to have affected some tests in my [laravel-model-uuid](https://github.com/michaeldyrynda/laravel-model-uuid) package - specifically where we're [making assertions](https://github.com/michaeldyrynda/laravel-model-uuid/actions/runs/9865955429/job/27243869091) against the shape of the resulting...