Rafael Queiroz
Rafael Queiroz
@crynobone https://github.com/laravel/framework/pull/57566
I like your style guys but if we change `firstWhere` to `first` when the key/property not exists will returns null instead of try the next item. I think the best...
@n3ih7 (/cc @crynobone) we had 2 attempts and the answer is: - [Feel free to add this to your own app](https://github.com/laravel/laravel/pull/6445#issuecomment-2310288533) - [The user should just add endpoint in their...
@crynobone https://github.com/laravel/framework/pull/57568 I was checking that and the issue happens on `find()` method too. The `find()` and `findOrFail()` accepting enum on first parameter and will works if they return some...
@jtheuerkauf I was thinking about it yesterday and this issue come with a bit complexity and impact. Currently I notice 4 points which blow up the conversion to string issue:...
@crynobone ready for review: https://github.com/laravel/framework/pull/57440
@crazynds @crynobone I spent some time and I realize the space is not a valid character for urls, no errors at all.
@carestad please close this.