There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Protects model fields from mass-assignment such as $model->set(array(...)), still letting you to assign them directly with $model->set($field, $value).