Laravel 6.1 新增 Eager Lazy 集合

发布日期 作者:

Eager Lazy Collections Added to Laravel 6.1 image

Laravel 团队宣布立即发布 Laravel v6.1.0,其中 Lazy 集合新增了 eager() 方法,以及 Laravel 6 的最新更新。

LazyCollections - Laravel 6 中新增的功能 - 现在拥有一个 eager() 方法,它“枚举所有 Lazy 集合的值,并构建一个新的 LazyCollection 实例,该实例现在将由数组支持。”

来自 pull request #29832 的示例展示了它的使用方法

$users = User::cursor();
 
$users = $users->eager();
 
$count = $users->count();
 
$users->each(function ($user) {
//
});

如果没有 eager(),上面的代码将获取结果两次。

接下来,将 purge()getChannels() 方法添加到 LogManager 类中,以清除已解析的日志驱动程序/通道。 pull request #30132 中的测试展示了它的使用方法

public function testLogMnagerPurgeResolvedChannels()
{
$manager = new LogManager($this->app);
$this->assertEmpty($manager->getChannels());
 
$manager->channel('single')->getLogger();
$this->assertCount(1, $manager->getChannels());
 
$manager->purge('single');
$this->assertEmpty($manager->getChannels());
}

接下来,向 TestResponse 类添加了一个新的 assertNoContent() 方法

// Before
$response = $this->get('api/endpoint');
 
$response->assertStatus(409);
$this->assertEmpty($response->content());
 
// After
$response = $this->get('api/endpoint');
 
$response->assertNoContent(409);

接下来,向 TestResponse 添加了一个新的 withCookies 方法,使在 HTTP 测试中发送 cookie 更容易

// Before
$cookies = [
'name1' => encrypt('value1'),
'name2' => encrypt('value2')
];
$response = $this->call('get', 'test', [], $cookies);
 
// After
$response = $this->withCookies([
'name1' => 'value1',
'name2' => 'value2'
])->get('test');

您可以在下面查看新功能和更新的完整列表,以及 6.0.4 和 6.1.0 之间的完整差异。Laravel 6.0 的完整发行说明在 GitHub v6 changelog 中提供

v6.1.0

添加

  • 添加了 Illuminate\Support\LazyCollection::eager() 方法 (#29832)
  • 添加了 purge()getChannels() 方法到 Illuminate\Log\LogManager (#30132, a52a0dd)
  • 添加了 Illuminate\Foundation\Testing\TestResponse::assertNoContent() 方法 (#30125)
  • 添加了 InteractsWithQueueSendQueueNotifications (#30140)
  • 添加了 SendQueueNotifications::retryUntil() 方法 (#30141)
  • 添加了使用测试请求发送 cookie 的方法 (#30101)
  • 添加了对排队通知的作业中间件的支持 (#30070)

修复

  • 修复了 make:migration 命令中的迁移类重复检查 (#30095)
  • 修复了 monolog v2 处理程序准备 (#30123)
  • 修复了 DurationLimiter 的回调值返回值 (#30143)

更改

  • 添加了种子器的运行时信息输出 (#30086)
  • 添加了 Illuminate\Foundation\Testing\TestResponse::assertJsonPath() 的严格参数 (#30142)
  • 添加了 Foundation\Testing\Concerns\InteractsWithDatabase::assertSoftDeleted()deletedAtColumn 可选参数 (#30111)

改进

  • 如果守卫未初始化,则改进了 AuthServiceProvider::registerEventRebindHandler() (#30105)
Paul Redmond photo

Laravel 新闻的专栏作家。全栈 web 开发人员和作者。

Cube

Laravel 新闻通讯

加入 40,000 多位其他开发者,不错过任何新技巧、教程等等。

Laravel Forge logo

Laravel Forge

轻松创建和管理您的服务器,并在几秒钟内部署您的 Laravel 应用程序。

Laravel Forge
Tinkerwell logo

Tinkerwell

Laravel 开发人员必备的代码运行器。使用 AI、自动完成和对本地和生产环境的即时反馈进行 Tinker。

Tinkerwell
No Compromises logo

No Compromises

来自 No Compromises 播客的两名经验丰富的开发者 Joel 和 Aaron 现在可供您为您的 Laravel 项目雇用。 ⬧ 固定价格 7500 美元/月。 ⬧ 没有冗长的销售流程。 ⬧ 没有合同。 ⬧ 100% 退款保证。

No Compromises
Kirschbaum logo

Kirschbaum

提供创新和稳定性,以确保您的 web 应用程序成功。

Kirschbaum
Shift logo

Shift

运行旧版 Laravel 版本?即时、自动化的 Laravel 升级和代码现代化,以保持您的应用程序焕然一新。

Shift
Bacancy logo

Bacancy

只需 2500 美元/月,即可使用拥有 4-6 年经验的经验丰富的 Laravel 开发人员为您的项目增效。获得 160 小时的专业知识和 15 天的无风险试用期。立即预约通话!

Bacancy
Lucky Media logo

Lucky Media

立即幸运 - 拥有超过十年的经验,是 Laravel 开发的理想选择!

Lucky Media
Lunar: Laravel E-Commerce logo

Lunar: Laravel 电子商务

Laravel 电子商务。一个开源包,将现代无头电子商务功能的强大功能带入 Laravel。

Lunar: Laravel 电子商务
LaraJobs logo

LaraJobs

官方 Laravel 职位平台

LaraJobs
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS 启动工具包

SaaSykit 是一个 Laravel SaaS 启动工具包,包含运行现代 SaaS 所需的所有功能。支付、精美结账、管理面板、用户仪表板、身份验证、即用型组件、统计数据、博客、文档等等。

SaaSykit: Laravel SaaS 启动工具包
Rector logo

Rector

您无缝升级 Laravel、降低成本和加速创新以帮助公司取得成功的合作伙伴

Rector
MongoDB logo

MongoDB

通过 MongoDB 和 Laravel 的强大集成来增强您的 PHP 应用程序,使开发人员能够轻松高效地构建应用程序。支持事务性、搜索、分析和移动用例,同时使用熟悉的 Eloquent API。了解 MongoDB 的灵活、现代数据库如何改变您的 Laravel 应用程序。

MongoDB
Maska is a Simple Zero-dependency Input Mask Library image

Maska 是一个简单的零依赖输入掩码库

阅读文章
Add Swagger UI to Your Laravel Application image

将 Swagger UI 添加到您的 Laravel 应用程序

阅读文章
Assert the Exact JSON Structure of a Response in Laravel 11.19 image

在 Laravel 11.19 中断言响应的 JSON 结构

阅读文章
Build SSH Apps with PHP and Laravel Prompts image

使用 PHP 和 Laravel Prompts 构建 SSH 应用程序

阅读文章
Building fast, fuzzy site search with Laravel and Typesense image

使用 Laravel 和 Typesense 构建快速、模糊的站点搜索

阅读文章
Add Comments to your Laravel Application with the Commenter Package image

使用 Commenter 包在您的 Laravel 应用程序中添加评论

阅读文章