Tinkerwell 5 is out now! Your favorite PHP Scratchpad enters the AI age. Tinkerwell 5 is out now! Your favorite PHP Scratchpad enters the AI age with conversational AI, MCP and more. Learn more
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.
Enjoy coding and debugging in an editor designed for fast feedback and quick iterations. It's like a shell for your application – but with multi-line editing, code completion, and more.