Laravel v7.16.0 于 2020/06/16 发布,以下是我们已合并到此版本中的更改。
v7.16.0(2020-06-16)
添加
- 向
Illuminate\Database\Eloquent\Concerns\HidesAttributes
添加了makeVisibleIf
和makeHiddenIf
方法 (#33176, 42383e4) - 添加了为
make:policy
命令指定自定义守卫的选项 (#33210, 13e3b65) - 向
Illuminate\Mail\Mailable
类添加了theme
属性 (#33218)