Dump masked information from your database
sidigi/laravel-db-masked-dump is a Laravel package for dump masked information from your database.
It currently has 0 GitHub stars and 1.468 downloads on Packagist (latest version 2.0.0).
Install it with composer require sidigi/laravel-db-masked-dump.
Discover more Laravel packages by sidigi
or browse all Laravel packages to compare alternatives.
Last updated
A database dumping package that allows you to replace and mask columns while dumping your database.
You can :
$table->replace();
$table->ignore();
$table->isIgnored();
$table->mask();
$table->replaceWhen();
$table->schemaOnly();
$shema->priorityTables();
$table->disableConstrain();
$shema->disableAllConstrains();
modifyQuery()
fullDump()
schemaOnly()
shouldDumpData()
You can install the package via composer v2:
composer require sergefenix/laravel-db-masked-dump
php artisan vendor:publish --provider=FenixDumper\\LaravelMaskedDumper\\LaravelMaskedDumpServiceProvider
php artisan db:masked-dump output.sql
php artisan db:masked-dump output.sql --definition=sqlite
php artisan db:masked-dump output.sql --gzip
The MIT License (MIT). Please see License File for more information.