Laravel 8.14.0 发布,PHP Web 开发框架

Laravel 8.14.0 发布。Laravel 是 Taylor Otwell 开发的一款基于 PHP 语言的 Web 开源框架,采用了 MVC 的架构模式,2011 年 6 月首次发行。Laravel 具备 Rails 敏捷开发等特质,深度集成 PHP 强大的扩展包(Composer),有 PHP 开发者者生态,近几年的增长为各 PHP 框架之最

本次更新包括:

added:

  • 添加分派唯一作业的能力(#350422123e60
  • 添加Model::encryptUsing()#35080
  • 添加对 MySQL 转储和使用套接字的支持(#35083c43054b
  • 在 notification broadcast 频道中,允许自定义 broadcastWith(#35142
  • 添加Illuminate\Routing\CreatesRegularExpressionRouteConstraints::whereAlphaNumeric()#35154

Fixed :

  • 修复了 ModelMakeCommand 中的make:seeder命令名错误(#35107
  • 转储架构时不损害配置中的迁移表名称(110eb15
  • 修复 Blade 组件中的可附加属性(#35131
  • 从 cookie 解密中移除解密数组 cookie(#35130
  • 如果 mapWithKeys 模型丢失,把 eloquent 集合转换为 base 集合(#35129

Changed:

  • 在运行 seeders 之前,将 DatabaseRefreshed 事件的调度调整为触发状态(#35091
  • 从可报告回调中处理 false 返回(55f0b5e
  • 更新Illuminate\Database\Schema\Grammars\MySqlGrammar::typeTimestamp()#35143
  • 在 PendingCommand 中转换为 expectedOutput 后,删除 expectedTables(#35163
  • 更改 SQLite 架构命令环境变量以在 Windows 上工作(#35164

发行说明详情:

https://github.com/laravel/framework/releases/tag/v8.14.0

延伸阅读:

Laravel 8 队列系统的新功能和变化

在 Laravel 项目中编写第一个 Vue 组件

3 分钟短文:Laravel 查询构造器,告别手写 SQL 的艰苦岁月

猜你喜欢

转载自www.oschina.net/news/120755/laravel-8-14-0-released