Download the PHP package alializade/laravel-masked-db-dump without Composer
On this page you can find all versions of the php package alializade/laravel-masked-db-dump. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alializade/laravel-masked-db-dump
More information about alializade/laravel-masked-db-dump
Files in alializade/laravel-masked-db-dump
Package laravel-masked-db-dump
Short Description Dump masked information from your database
License MIT
Homepage https://github.com/alializade/laravel-masked-db-dump
Informations about the package laravel-masked-db-dump
Laravel Masked DB Dump
This package is a fork of masked-db-dump, A database dumping package that allows you to replace and mask columns while dumping your database.
Installation
You can install the package via composer:
Usage
Use this dump schema definition to remove, replace or mask certain parts of your database tables.
$ php artisan db:masked-dump output.sql
$ php artisan db:masked-dump output.sql --gzip
Documentation
The documentation can be found on the website.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-masked-db-dump with dependencies
doctrine/dbal Version ^3.0
fakerphp/faker Version ^1.13
illuminate/console Version ^10.0
illuminate/support Version ^10.0