Laravel 10.8 发布

发布时间 作者

Laravel 10.8 Released image

Laravel 10.8 发布

Laravel PHP 框架本周发布了 10.8 版本,其中引入了几个新功能和改进,包括一个用于格式化方法链缩进的新 Pint 规则,以及为 Process::pipe() 方法添加的语法糖。此外,还添加了基于类的“after”验证规则。

除了框架更新之外,Laravel Pint 还获得了一个新规则,以确保方法链中正确缩进

让我们来看看 Laravel 10.8 中引入的功能和更改

为 Process::pipe() 添加语法糖

Wendell Adriel 为他在 Laravel 10.7 中贡献的 pipe() 方法贡献了语法糖

/*
Given: the following in test.txt
Hello, world
foo
*/
 
// New syntatic sugar:
$result = Process::pipe([
'cat test.txt',
'grep -i "foo"',
]);
$result->output(); // "foo"
 
// Equivalent to the following, introduced in Laravel 10.7
$pipe = Process::pipe(function ($pipe) {
$pipe->command('cat test.txt'),
$pipe->command('grep -i "foo"'),
});
$pipe->run()->output(); // "foo"

基于类的“after”验证规则

Tim MacDonald 贡献了 基于类的 after 验证规则,它允许使用“after”规则数组

Validator::make(/* .. */)->after([
new AfterRuleOne(/* ... */),
new AfterRuleTwo(/* ... */),
function ($validator) use (/* ... */): void => {
// ...
},
});

对表单请求也进行了改进,您可以在类中定义一个 after() 方法

class UserRequest
{
protected function rules(): array
{
return [
//
];
}
 
protected function after(MyService $service): array
{
return [
new AfterRule($this->value, $service),
// ...
];
}
}

有关 Laravel 10.8 中关于验证 after 规则的新内容的完整详细信息,请参阅 拉取请求 #46757

允许在调用 constrained() 时指定索引名称

Luke Kuzmish 贡献了在调用 constrained() 时指定索引名称的功能

// Before 10.8
$table->foreignIdFor(KnowledgeBaseResource::class)->nullable();
$table
->foreign('knowledge_base_resource_id', 'my_foreign_index')
->references('id')
->on('knowledge_base_resources')
->constrained()
->nullOnDelete();

现在,您可以执行以下操作

$table->foreignIdFor(KnowledgeBaseResource::class)
->nullable()
->constrained(null, null, 'my_foreign_index')
->nullOnDelete();

将最大异常添加到广播事件

Anjorin Damilare 贡献了一个 maxExceptions 属性,您可以将其添加到事件中,该属性将确定在失败之前允许的最大未处理异常数。有关详细信息,请参阅 拉取请求 #46800

发布说明

您可以在下面看到新功能和更新的完整列表,以及在 GitHub 上 10.7.0 和 10.8.0 之间的差异。以下发布说明直接来自 变更日志

v10.8.0

添加

  • 为 Process::pipe 方法添加语法糖 (#46745)
  • 允许在调用 ForeignIdColumnDefinition@constrained() 时指定索引名称 (#46746)
  • 允许在 AuthenticateSession 中间件中自定义重定向 URL (#46752)
  • 添加基于类的 after 验证规则 (#46757)
  • 将最大异常添加到广播事件 (#46800)

修复

  • 修复编译后的视图文件以 .php 结尾 (#46755)
  • 修复验证规则名称 (#46768)
  • 修复 validateDecimal() (#46809)

更改

  • Illuminate/Foundation/Application::abourd() 中为异常添加标头 (#46780)
  • 轻微的骨架瘦身(框架版)(#46786)
  • 为在 afterResponse() 后分派的实现 ShouldBeUnique 的作业释放锁 (#46806)
Paul Redmond photo

Laravel 新闻的撰稿人。全栈 Web 开发人员和作者。

Cube

Laravel 时事通讯

加入 40,000 多名其他开发人员,不错过任何新提示、教程等。

Laravel Forge logo

Laravel Forge

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

Laravel Forge
Tinkerwell logo

Tinkerwell

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

Tinkerwell
No Compromises logo

无妥协

Joel 和 Aaron,两位来自无妥协播客的经验丰富的开发人员,现在可以为您的 Laravel 项目聘用。⬧ 固定费率为 7,500 美元/月。⬧ 没有冗长的销售流程。⬧ 没有合同。⬧ 100% 返款保证。

无妥协
Kirschbaum logo

Kirschbaum

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

Kirschbaum
Shift logo

Shift

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

Shift
Bacancy logo

Bacancy

只需 2,500 美元/月,即可为您的项目配备经验丰富的 Laravel 开发人员,拥有 4-6 年的经验。获得 160 小时的专用专业知识和 15 天的无风险试用。立即安排通话!

Bacancy
Lucky Media logo

Lucky Media

现在就来体验 Lucky - 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 提示构建 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 应用程序添加评论

阅读文章