fernandowobeto/model-fillable-control

该包已被弃用且不再维护。作者建议使用 wobeto/laravel-model-fillable-control 包。

控制模型可填充数据的类

1.1 2019-04-19 00:49 UTC

This package is auto-updated.

Last update: 2021-05-31 18:41:07 UTC


README

68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667

ModelFillableControl

兼容 Laravel 5.*

Total Downloads Latest Stable Version License

安装

将 fernandowobeto/model-fillable-control 添加到您的 composer.json 文件中

"require": {
  "fernandowobeto/model-fillable-control": "1.1"
}

使用 composer 安装此包。

$ composer update

##功能

  • 通过模型构造函数控制数组数据的插入
  • 通过设置属性控制模型中的数据插入