fernandowobeto/model-fillable-control

This package is abandoned and no longer maintained. The author suggests using the wobeto/laravel-model-fillable-control package instead.

Class to control fillable data model input

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

Compatible with laravel 5.*

Total Downloads Latest Stable Version License

Installation

Add fernandowobeto/model-fillable-control to your composer.json file:

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

Use composer to install this package.

$ composer update

##Features

  • Control array data insert through model construct
  • Control data insert in model through set properties