v11.28.0
- [11.x] Update Authorizable methods with BackedEnum support by @bastien-phi in #53079
- [11.x] Use
null
as default cursor value for PHP Redis by @jayan-blutui in #53095 - [11.x] PHPDoc Improvements by @schulerj89 in #53097
- [11.x] Fix resource not escaped correctly in substituteBindingsIntoRawSql() by @aedart in #53100
- [11.x] feat: add useful defaultLocale and defaultCurrency helpers to Number facade by @sts-ryan-holton in #53101
- [11.x] Fix determining pivot timestamp column name(s) when parent relation missing one or both of timestamps by @daniser in #53103
- [11.x] Add phpstan assertions for last in Collection isEmpty and isNotEmpty by @bastien-phi in #53107
- feat: interactive env:encrypt & env:decrypt by @hhermsen in #53081
- [11.x] PHPDoc Improvements by @schulerj89 in #53109
- [11.x] Feat: remove HasFactory in model when not required by @MrPunyapal in #53104
- [11.x] Add
Illuminate\Support\enum_value
to resolveBackedEnum
orUnitEnum
to scalar by @crynobone in #53096 - [11.x] allow guessing of nested component by @browner12 in #52669
- [11.x] Introduce RouteParameter attribute by @bastien-phi in #53080
- [11.x] Refactored to use enum_value() in castBinding() by @toarupg0318 in #53131
- [11.x] Test Improvements remove code duplication by @toarupg0318 in #53128
- Revert "[11.x] Test Improvements remove code duplication" by @taylorotwell in #53132
- [11.x] Fix HasManyThrough::one() by @staudenmeir in #53119
- [11.x] Console supports Laravel Prompts 0.3+ by @edjw in #53136
- [11.x] PHPDoc Improvements by @xurshudyan in #53139
- fix: make model command with folder path - factory incorrect import path by @JeRabix in #53142
- [11.x] feat: refine return type for
throw_if
andthrow_unless
to reflect actual behavior with "falsey" values by @crishoj in #53154 - [11.x] Ensure
where
with array respects boolean by @timacdonald in #53147 - [11.x] Gracefully handle null passwords when verifying credentials by @gbradley in #53156
- [11.x] feat: restore type-narrowing bahavior for
throw_*
helpers by @crishoj in #53164 - [11.x] Add CollectedBy attribute by @alsterholm in #53122
- [11.x] Add successful and failed methods to
ProcessPoolResults
by @Riley19280 in #53160 - Issue with constrained() method used after foreignIdFor(), instead of table name when $table parameter is not passed uses column name by @granitibrahimi in #53144