laravel-model-ssh-encryptable
by arzeroid
A simple trait to encrypt attributes using public key before saving to the database and to decrypt attributes using private key before using their values
laravel-transaction-commit-queue
by jlorente
A Laravel queue connector to process jobs after successful transactions commits
laraveldbtransactions
by iamarunp
The package can be used to handle DB transaction through a middleware.
laravel-translation
by sluy
Manage your translation in the correct way with Laravel. Export and import to another formats, do things in most used frontend Frameworks and more!.
laravel-translation-loader
by novius
Store your language lines in the database, yaml or other sources
laravel-translation-loader
by sandj
Store your language lines in the database, yaml or other sources
laravel-mongo-helper
by deerdama
Artisan command to handle mongo collections (list collections, delete, download, import data, etc..)
laravel-cached-database-stickiness
by mpyw
Guarantee database stickiness over the same user's consecutive requests
laravel-mongo-auto-sync
This package provides a better support for MongoDB relationships in Laravel Projects.
laravel-model-encryptable
by arzeroid
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
laravel-odbc-hive
by maddyscout
laravel-odbc-hive is a simple hive service provider for Laravel. It provides hive Connection by extending the Illuminate Database component of the laravel framework.
laravel-revert-migration
by djunehor
Specify migration file or directory to run. Revert specific migrations.
laravel-type-safe-collection
by webparking
This package provides type-safe extension of the laravel collection, forcing a single type of object.
attributes
Rinvex Attributes is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
laravel-migration-compatibility
by konekt
Library to help migrations to figure out whether a related field is int or bigInt
laravel-workflow-timesheet
by kingga
The laravel interface for kingga/workflow, this includes models which will store this information in the database and then add it back into the structures.
laravel-database-model-encryption
Provides database encryption/decryption with search encrypted fields.
laravel-database-migrate-test-listener
by softonic
PHPUnit listener to run Laravel database migrations before each testsuite
laravel-migration-commands
by halpdesk
Better commands for migrations when developing a Laravel project
laravel-database-settings
by mykemeynell
Store settings in the database for retrieval in your Laravel application