Laravel 7.6 发布
Laravel 7.6 发布了,更新内容包括: Added 新增Collection::until()方法 (#32262) 新增HtmlString::isEmpty()方法 (#32289,#32300) 新增Illuminate\Support\Stringable::isNotEmpty()方法 (#32293) 新增ltrim()和rtrim()方法到Illuminate\Support\Stringable类 (#32288) 增加了跳过中间件的功能(#32347,412261c) 新增Illuminate\Http\Client\Response::object()方法 (#32341) 设置组件别名(#32346) 新增Illuminate\Database\Eloquent\Collection::append()方法 (#32324) …… Fixed 修复phpredis的*scan方法 (#32336) 修复Illuminate\Auth\Notifications\ResetPassword::toMail()(#32345) 在Illuminate\Tran...