Dmitry Ivanov
Dmitry Ivanov
@jpicornell, if you don't mind, I've simplified your example a bit: ```php $data = [ 'items' => [ ['product' => ['id' => 1, 'name' => 'One']], ['product' => ['id' =>...
I've checked [Validator's tests](https://github.com/laravel/framework/blob/5.7/tests/Validation/ValidationValidatorTest.php#L4241-L4324), and there are no tests which cover a similar case. The validated data is composed [here](https://github.com/laravel/framework/blob/5.7/src/Illuminate/Validation/Validator.php#L338-L344). It's just a simple `data_get`/`array_set` combo for all rules' keys....
@jpicornell Thank you for your detailed explanation! I feel your pain about that, and I've made a [PR](#27205 ) yesterday, which solves this problem. Would appreciate your and @driesvints feedback...
So, my [first PR](https://github.com/laravel/framework/pull/27205) was closed. I've split it into two smaller PRs: - https://github.com/laravel/framework/pull/27230 (merged) - https://github.com/laravel/framework/pull/27231 (the fix is here, I hope it will be merged too)
@medeirosinacio Yeah, I remember about this and my other packages PRs, but unfortunately don't have free time for that now. I'll return to it as soon as I can.
Hi @naowas! I'll do an upgrade when I have a bit more time for that, hopefully, this week 👌
@jerryklimcik I remember about Laravel 10 updates for all of my packages, but unfortunately due to personal issues - I don't have free time for that now. Will do it...
@oriceon Unfortunately, still don't have time for that now 🤷 Though, I do remember about that.
@rossoman I understand, but, unfortunately, an open-source doesn't help me to pay the bills. And currently, due to the situation, I have to focus on other things. However, I remember...
I've just [released 10.0.0](https://github.com/dmitry-ivanov/laravel-console-mutex/releases/tag/10.0.0) with Laravel 10 support 🎉 Please, consider [supporting further development](https://buymeacoffee.com/dmitry.ivanov). Thanks!