Laravel Eloquent 模型属性参数详解

@TODO

$table

模型绑定表名,默认是模型类名 kebab-case 带下划线小写的复数形式。

$primaryKey = ‘id’

$keyType = ‘integer’

fillable

attributes

hidden

casts

数字、字符串类型不需要转换。

appends

$timestamps = true

$dateFormat = ‘Y-m-d H:i:s’

Laravel Eloquent 模型属性参数详解

https://coderpan.com/php/laravel-model-property.html

作者

CoderPan

发布于

2023-02-24

更新于

2024-05-08

许可协议

评论