Libraries tagged by Laravel db model
payamjafari/laravel-db-encrypter
93 Downloads
Provides database model attribute encryption/decryption
lionch/laravel-db-multilingual
13 Downloads
A Laravel package for multilingual models
mehr-it/lara-db-ext
7286 Downloads
Extensions for laravel's database abstraction layer
mehr-it/lara-db-batch-import
6809 Downloads
Batch import for laravel's eloquent models
jangaraev/eloquent-model-advisory-lock
109 Downloads
Handy approach to avoid race conditions when doing upserts in Laravel Eloquent models
illuminatech/db-safedelete
34 Downloads
Attempts to invoke force delete, if it fails - falls back to soft delete.
fileinvite-org/laravel-database-encryption
10073 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
enflow/laravel-database-encryption
1314 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
abdelrahmanrafaat/schema-to-code
13 Downloads
Converts DB schema to Laravel code (Migrations & Models)
cortex/tenants
2947 Downloads
Cortex Tenants is a frontend layer for the contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
daavelar/revengedb
3022 Downloads
RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you
ddinchev/factorii
132 Downloads
Yii 2.0 test db fixtures replacement library. Roughly based on Laravel's model factories.
gertjanroke/laravel-db-model
2 Downloads
A model wrapper around the DB class to keep your code clean
rahulshibu/laravel-model-encrypter
38 Downloads
Provides database model attribute encryption/decryption
mikehenken/laravel-db-blade-compiler
38 Downloads
Render Blade templates from Eloquent Model Fields