Libraries tagged by insert models
jdavidbakr/replaceable-model
237371 Downloads
Adds 'REPLACE' and 'INSERT IGNORE' query capability to eloquent models
n1215/eloquent-bulk-save
18288 Downloads
bulk insert multiple records using Eloquent Model.
wfeller/laravel-batch
4064 Downloads
Insert, update or delete models in batch, while still firing model events.
roddy/firestore-eloquent
435 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
afaanbilal/laravel-has-uuid
847 Downloads
Autogenerate UUIDs for your Models on insert and set the route-model-binding key to uuid.
lisi4ok/yii2-auditlog
5021 Downloads
Yii2 Audit Log. This extension log all models actions -> find/insert/update/delete.
mikk150/yii2-tagdependency-invalidator
7114 Downloads
Invalidates Yii2's TagDependency tags on model update/delete and insert
velitsol/userstamps
1199 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
dayemsiddiqui/eloquent-defaults
338 Downloads
An elegant way to automatically insert default rows to a table whenever a new row to a specific model is created
waelmoh/laravel-update-insert-many
56 Downloads
Laravel Batch insert or batch update collection of models
ajcastro/insert-update-many
1424 Downloads
Laravel's batch insert or batch update for collection of eloquent models.
floriandomgjoni/laravel-ai-factory
25 Downloads
Laravel package for generating realistic factory data using AI (OpenAI, Gemini, DeepSeek) with support for manual and hardcoded fields, model events, and bulk inserts.
ajcastro/laravel-custom-insert-model
193 Downloads
Laravel model extension for custom-insert ids.
laravel-macros/eloquent-insert-as-model
4 Downloads
Add `insertAsModel` macro to Eloquent Builder. Unlike `insert`, `insertAsModel` method will ensure that all inserted values will go through models' casts and mutators.
chenfeizhou/laravel-model-batch-insert
0 Downloads
Laravel 模型批量插入