Libraries tagged by Laravel db model
betterapp/laravel-db-encrypter
553791 Downloads
Provides database model attribute encryption/decryption
flynsarmy/db-blade-compiler
839172 Downloads
Render Blade templates from Eloquent Model Fields
minionfactory/model-mapper
21360 Downloads
Laravel extension. Wrapper for models and raw DB::select results to map one or more attributes to other models.
rinvex/laravel-tenants
3416 Downloads
Rinvex Tenants is a 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.
shureban/laravel-searcher
3503 Downloads
Laravel SDK for searching data in DB using requests
austinheap/laravel-database-encryption
76005 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
sdavis1902/eloquent-vars
9726 Downloads
Add ability to save additional fields or Vars on a Laravel model without a specific db column for it
mgpl2311/laravel-db-encrypter
5066 Downloads
Provides database model attribute encryption/decryption
dobron/laravel-db-enum-generator
1941 Downloads
Database enum generator for Laravel.
salehhashemi/laravel-intelli-db
588 Downloads
An AI-driven Laravel package for generating and managing database related things.
ozerich/laravel-filestorage-db
19469 Downloads
Extension for file uploading and attaching to the models
flobbos/laravel-translatable-db
3201 Downloads
A Laravel package for multilingual models
robosys-labs/db-scaffolder
4467 Downloads
DB Application Scaffolder
enflow/laravel-database-encryption
1717 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
larapack/attribute-purging
635 Downloads
Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.