fernandowobeto / model-fillable-control
Class to control fillable data model input
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fernandowobeto/model-fillable-control
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