Libraries tagged by model saver
nikolaykovenko/save-manager
3491 Downloads
A manager to save models to DB's that need some time to index content.
vits/laravel-save-relationships
35 Downloads
Save Laravel model relationships.
denizgolbas/eloquent-save-together
0 Downloads
For Laravel Eloquent that makes it easy to save related models together.
bfg/bless_model
87 Downloads
Recursive auto save eloquent Models
rawveg/model-validation
49 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
chack1172/laravel-single-save
5 Downloads
Optimize model saving with single save execution
yasir011/model
26 Downloads
Eloquent models with auto validation on save and update.
exertis/yii2-save-with-audit-trail-behavior
250 Downloads
Adds a $model->saveWithAuditTrail() method to your Models allowing you to annotate changes to your data.
ensostudio/yii2-save-relations-behavior
1 Downloads
Validate and save automatically related ActiveRecord models
yseffk/yii2-save-relations-behavior_2
39 Downloads
Validate and save automatically related Active Record models.
kesha-dev/yii2-save-relations-behavior
78 Downloads
Validate and save automatically related Active Record models.
execut/yii2-save-relations-behavior
581 Downloads
Validate and save automatically related Active Record models.
alekciy/yii2-save-autorelations-behavior
1 Downloads
Auto create relations, validate and save automatically related Active Record models.
triun/laravel-model-validable
473 Downloads
Gives the models the ability to be validated before saved.
sukohi/save-without-event
17 Downloads
A Laravel package to prevent firing a specific event(s) of model when saving.