diff --git a/config/app.php b/config/app.php index ef76e664b..a5e5e768d 100644 --- a/config/app.php +++ b/config/app.php @@ -189,6 +189,8 @@ * By default atom, emacs, macvim, phpstorm, sublime, textmate, and vscode are * available. You can add additional editor link formats using * `Debugger::addEditor()` during your application bootstrap. + * - `editorBasePath` - The base path to your project for editor integration. + * Used to generate file links in stack traces. * - `outputMask` A mapping of `key` to `replacement` values that * `Debugger` should replace in dumped data and logs generated by `Debugger`. */