Laravel 7.23 is out from few days.
This is the content of this new release :
Added
- Added dynamic slot (directive) name support (#33724)
- Added plain mail to notifications (#33725)
- Support the sink option when using Http::fake() (#33720, fba984b)
- Added whereBetweenColumns | orWhereBetweenColumns | whereNotBetweenColumns | orWhereNotBetweenColumns methods to Illuminate\Database\Query\Builder (#33728)
Changed
- Ignore numeric field names in validators (#33712)
- Fixed validation rule 'required_unless' when other field value is boolean. (#33715)