内容简介:Laravel 7.6 发布了,更新内容包括: Added 新增 Collection::until() 方法 (#32262) 新增 HtmlString::isEmpty() 方法 (#32289, #32300) 新增 Illuminate\Support\Stringable::isNotEmpty() 方法 (#32293) 新增 ...
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\Translation\Translator::__construct()
中调用 setLocale (1c6a504) - 使用了一个映射来防止在
Illuminate\Http\Resources\Json\PaginatedResourceResponse::toResponse()
中不必要的数组访问 (#32296) - ……
详情见更新说明: https://laravel-news.com/laravel-7-6-0
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
500 Lines or Less
Amy Brown、Michael DiBernardo / 2016-6-28 / USD 35.00
This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch t......一起来看看 《500 Lines or Less》 这本书的介绍吧!