Libraries tagged by Laravel db model
daavelar/revengedb
3041 Downloads
RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you
larapack/attribute-purging
583 Downloads
Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.
payamjafari/laravel-db-encrypter
147 Downloads
Provides database model attribute encryption/decryption
supercoolcode/laravel-model-cache
43 Downloads
auto caching mode db
illuminatech/db-safedelete
36 Downloads
Attempts to invoke force delete, if it fails - falls back to soft delete.
abdelrahmanrafaat/schema-to-code
13 Downloads
Converts DB schema to Laravel code (Migrations & Models)
cortex/tenants
2961 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.
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
mohsentm/laravel-db-enum
3121 Downloads
laravel-db-enum is a trait for laravel models. use this trait on modules for getting the table fileds enum values
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
mikehenken/laravel-db-blade-compiler
39 Downloads
Render Blade templates from Eloquent Model Fields
kiroushi/laravel-db-blade
23 Downloads
Render Blade templates from Eloquent Model Fields
handsomegyr/laravel_model
3 Downloads
A simple PHP model library for Business,using only laravel db facade