Libraries tagged by model saver
sdavis1902/eloquent-vars
9726 Downloads
Add ability to save additional fields or Vars on a Laravel model without a specific db column for it
huubverbeek/laravel-model-attributes-validation
851 Downloads
Enables attribute-based validation of model attributes automatically during the save process.
tjvb/gitlab-models-for-laravel
3277 Downloads
Save the GitLab data in your Laravel project
artisansdk/model
2164 Downloads
A self-validating model compatible with Laravel Eloquent that validates when it's saved.
okipa/laravel-model-json-storage
1378 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
alexvergara/auditable
231 Downloads
Save model's data changes automatically to audit log - package for Laravel 8-11
marena/yii2-relation-trait
2894 Downloads
Yii 2 Models load with relation, & transaction save with relation
larapack/attribute-purging
635 Downloads
Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.
saad/image
5883 Downloads
This Package to deal with images crop, resize, write text, integrate with Eloquent Model to get and save inmages and creating thumbnails'
markwalet/laravel-hashed-route
3859 Downloads
A Laravel package that replaces the default route model binding for a safer version.
rkooistra/super-eloquent-repository
2754 Downloads
A concrete repository for Eloquent models to allow quick implementation of common functionalities, such as CRUD and search methods. Save yourself the boring stuff.
larapack/attribute-slugging
1866 Downloads
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
burn/yii2-db-archiver
6544 Downloads
DbArchiver archive and restore old data from DB to file by Yii2 ActiveRecord models. For big tables allow direct file export from MySQL database(fast archiving, but file save only on MySQL server drive)
asdh/save-model
15 Downloads
Just a new way to save data in the database
saad/laravel-model-images
224 Downloads
This library will make it easy to save and upload model images