Libraries tagged by model data
richardhj/dc-general-single-model
22 Downloads
DcGeneral DataProvider and View for single model DCAs.
patrick-barreto/data-base
133 Downloads
Basic ORM to manipulate database and make a CRUD at model class very easy
greenimp/laravel-date-range
21 Downloads
Easy handling of Laravel models that have a to / from date
joskolenberg/eloquent-empty-date-nullifier
28 Downloads
Convert 0000-00-00 dates in the database to null when accessing your model's attributes.
wmgbit/laravel-models-migration
40 Downloads
Put Laravel migration definitions inside models, and keep them synchronized with the database
michielkempen/laravel-uuid-model
15661 Downloads
Laravel base model that stores a UUID in the database rather than an incremental unsigned integer.
idophp-uk/teamwork-eloquent-models
3 Downloads
Eloquent models for interacting with a Teamwork.com database backup
iannazzi/laravel-database-importer
1 Downloads
From an existing database for laravel 5 Create Migrations Models, Seeds, Factories, and Tests
djinorm/djin-model-file
66 Downloads
DjinORM Model for store info about files in database
benzine/benzine-database
595 Downloads
The Benzine Database Access Layer. Includes generation of models, controllers and so on from schema.
tubber/model-indexer
118 Downloads
This package makes it simple to index large amounts of data to Solr.
triasigaka/collection-data
5 Downloads
Collection Vol Data
toolman/laravel-postgresql-encrypted-model
1 Downloads
A Laravel trait for handling encrypted data in PostgreSQL with configurable encryption algorithms, modes, and comprehensive query methods
tfd/model
150 Downloads
Wordpress data handling
savioamin/laravel-model-affected-rows-verification
3 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.