Laravel 7.6 released

Laravel 7.6 has been released. The updates include:

Added

  • New  Collection::until() method ( # 32262 )
  • New  HtmlString::isEmpty() method ( # 32289# 32300 )
  • New  Illuminate\Support\Stringable::isNotEmpty() method ( # 32293 )
  • Add  ltrim() and  rtrim() method to  Illuminate\Support\Stringable class ( # 32288 )
  • Added the ability to skip middleware ( # 32347412261c )
  • New  Illuminate\Http\Client\Response::object() method ( # 32341 )
  • Set component alias ( # 32346 )
  • New  Illuminate\Database\Eloquent\Collection::append() method ( # 32324 )
  • ……

Fixed

  • How to fix phpredis  *scan ( # 32336 )
  • Fix  Illuminate\Auth\Notifications\ResetPassword::toMail() ( # 32345 )
  • In  Illuminate\Translation\Translator::__construct() calling setLocale (in 1c6a504 )
  • A mapping is used to prevent  Illuminate\Http\Resources\Json\PaginatedResourceResponse::toResponse() unnecessary array access in ( # 32296 )
  • ……

See the update instructions for details:  https://laravel-news.com/laravel-7-6-0

Guess you like

Origin www.oschina.net/news/115003/laravel-7-6-released