Tinkerwell 4 is out now! Get the most popular PHP Scratchpad application. Learn more

Laravel Masked DB Dump

Installation

To install the Laravel Masked DB Dump package, you can use composer:

composer require beyondcode/laravel-masked-db-dump

Next, you should publish the package configuration file, so that you can configure your dump schema:

php artisan vendor:publish --provider=BeyondCode\\LaravelMaskedDumper\\LaravelMaskedDumpServiceProvider

This will create a new file called masked-dump.php in your config folder.

Laravel Herd

Herd is a blazing fast, native Laravel and PHP development environment for macOS. It includes everything you need to get started with Laravel development, including PHP and nginx. Once you install Herd, you're ready to start developing with Laravel.

Herd is available for macOS and Windows.

Learn more