laravel-enso/nullablefields

此包已弃用,不再维护。未建议替代包。

可空字段特质

1.0.5 2017-06-13 07:28 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:06:16 UTC


README

Codacy Badge StyleCI Total Downloads Latest Stable Version

此特质受 michaeldyrynda/laravel-nullable-fields 包的启发。仅适用于 Laravel <= 5.3。L5.4 默认包含 TrimStringsConvertEmptyStringsToNull

使用方法

  1. 在您希望空字符串设置为 null 的模型中添加
use LaravelEnso\NullableFileds\app\Traits\NullableFileds

然后设置要转换的属性

protected $nullableFields = ['attribute', ...]

注意

laravel-enso/core 包已包含此库。