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
Requires
- php: ^7.1.3
This package is auto-updated.
Last update: 2021-05-31 18:41:07 UTC
README
ModelFillableControl
Compatible with laravel 5.*
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