Skip to content

Commit 928df7f

Browse files
authored
Document editorBasePath in app configuration
Add documentation for editorBasePath configuration.
1 parent 48fcebe commit 928df7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/app.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@
188188
* - `editor` Set the editor URL format you want to use.
189189
* By default atom, emacs, macvim, phpstorm, sublime, textmate, and vscode are
190190
* available. You can add additional editor link formats using
191+
* - `editorBasePath` - The base path to your project for editor integration.
192+
* Used to generate file links in stack traces.
191193
* `Debugger::addEditor()` during your application bootstrap.
192194
* - `outputMask` A mapping of `key` to `replacement` values that
193195
* `Debugger` should replace in dumped data and logs generated by `Debugger`.

0 commit comments

Comments
 (0)