attribute-purging
by larapack
Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.
laravel-database-encryption
by austinheap
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
laravel-db-normalizer
by stidges
Normalize all database results to one unified interface, to make swapping repositories a breeze.
laravel-fk-migration
by stidges
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.
laravel-log-to-db
by danielme85
Custom Laravel Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel native logging functionality.
laravel-seed-from-file
by bluora
Provides the ability to import a file or files from a folder into your database.
laravel-settings
by arcanedev
This package allows you to persists configs/settings for Laravel projects.
laravel-translation-loader
by spatie
Store your language lines in the database, yaml or other sources