Libraries tagged by model saver
waavi/model
14431 Downloads
Eloquent models with auto validation on save and update.
toneflix-code/social-interactions
39 Downloads
A Laravel package to add social interactions like likes, reactions, votes, saving/bookmarks e.t.c to your models.
svandragt/silverstripe-optimisticlocking
7 Downloads
Prevents your site users from losing data by blocking the save process if the data has changed since it was loaded by the current user.
zgldh/laravel-query-filter
13 Downloads
An easier way to filter Eloquent and Models. Save you from Request::input and Where hell.
albaroody/staging
60 Downloads
Allow any Laravel model to be saved as a draft (staged) into a separate system without affecting real database tables.
aonodevs/laravel-cloudinary-upload
1498 Downloads
Package to upload images and videos on cloudinary and save their url into model's database
solutosoft/yii-linkmany
2257 Downloads
Load, validate and save automatically related Active Record models
jaysson/eloquent_filefield
1750 Downloads
Automatically save files assigned to eloquent model attributes
mits87/eloquent-nested-attributes
364 Downloads
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.
joaoroyosilva/eloquent-nested-attributes
367 Downloads
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.
grazulex/laravel-turbomaker
9 Downloads
Laravel TurboMaker is a productivity-focused package designed to supercharge your Laravel development workflow. With a single command, you can scaffold complete modules (models, migrations, controllers, routes, tests, views, and more) following best practices. It saves hours of repetitive setup work, so you can focus on building features faster.
cbcaio/image-attacher
55 Downloads
Add uploaded images to models in an easy-to-use and fast approach. Process and save modified versions of images, like avatar, thumbnail, different sizes, you decide. Write images using flysystem.
maxkalahur/laravel-model-settings
7 Downloads
This Laravel package allows you to attach settings to Laravel Models, save them in DB and encrypt.
sansu/save-model
7 Downloads
Just a new way to save data in the database
qvalent/yii2-models-history
23 Downloads
Save model updates history to db