Configuration
Publish config
php artisan vendor:publish --tag=laradumps-config
Laravel will create this file for you: config/laradumps.php
In this configuration file, you can change the values that are there. For example:
The host when you are using the docker
if you want to allow capturing of application queries and logs
Last updated