Libraries tagged by Laravel db model
cortex/tenants
2960 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
3029 Downloads
RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you
larapack/attribute-purging
536 Downloads
Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.
mohsentm/laravel-db-enum
3117 Downloads
laravel-db-enum is a trait for laravel models. use this trait on modules for getting the table fileds enum values
payamjafari/laravel-db-encrypter
132 Downloads
Provides database model attribute encryption/decryption
lionch/laravel-db-multilingual
13 Downloads
A Laravel package for multilingual models
supercoolcode/laravel-model-cache
23 Downloads
auto caching mode db
mehr-it/lara-db-batch-import
7196 Downloads
Batch import for laravel's eloquent models
illuminatech/db-safedelete
36 Downloads
Attempts to invoke force delete, if it fails - falls back to soft delete.
fileinvite-org/laravel-database-encryption
10261 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)
ddinchev/factorii
132 Downloads
Yii 2.0 test db fixtures replacement library. Roughly based on Laravel's model factories.
gertjanroke/laravel-db-model
4 Downloads
A model wrapper around the DB class to keep your code clean
wazza/laravel-db-encryption
0 Downloads
A Laravel package that helps encrypt & decrypt certain defined table columns ensuring the data is secure in the database but can be accessed by the models.
rahulshibu/laravel-model-encrypter
38 Downloads
Provides database model attribute encryption/decryption