Libraries tagged by insert models
jdavidbakr/replaceable-model
231485 Downloads
Adds 'REPLACE' and 'INSERT IGNORE' query capability to eloquent models
ajcastro/insert-update-many
1336 Downloads
Laravel's batch insert or batch update for collection of eloquent models.
n1215/eloquent-bulk-save
17193 Downloads
bulk insert multiple records using Eloquent Model.
lisi4ok/yii2-auditlog
4902 Downloads
Yii2 Audit Log. This extension log all models actions -> find/insert/update/delete.
mehr-it/lara-db-ext
7580 Downloads
Extensions for laravel's database abstraction layer
afaanbilal/laravel-has-uuid
608 Downloads
Autogenerate UUIDs for your Models on insert and set the route-model-binding key to uuid.
wfeller/laravel-batch
3875 Downloads
Insert, update or delete models in batch, while still firing model events.
mikk150/yii2-tagdependency-invalidator
6638 Downloads
Invalidates Yii2's TagDependency tags on model update/delete and insert
velitsol/userstamps
1194 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
roddy/firestore-eloquent
286 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.
waelmoh/laravel-update-insert-many
51 Downloads
Laravel Batch insert or batch update collection of models
ajcastro/laravel-custom-insert-model
190 Downloads
Laravel model extension for custom-insert ids.
laravel-macros/eloquent-insert-as-model
3 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 模型批量插入
aigorlaxy/google-sheets-model-importer
28 Downloads
A simple trait to insert or update data to models from Google Sheets with just the link of the published spreadsheet. No need of Google API.