LaraDumps
  • What is LaraDumps?
  • Get Started
    • Installation
    • Configuration
  • Commands
    • Simple
    • Color
    • Log Application
    • Show queries
    • Clear History
    • Custom Label
    • JSON Validate
    • Contains
    • Table
    • Screens
    • Diff
    • Model
  • Reference
    • Livewire
  • App
    • Host
    • IDE
Powered by GitBook
On this page
  1. Get Started

Configuration

PreviousInstallationNextCommands

Last updated 2 years ago

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

📝 Note: If you are a Linux user, it is not enough to just change the host property to host.docker.internal. Because in Linux this functionality does not happen automatically.

Adding extra_hosts to the compose file stubs for automatic host.docker.internal mapping