Skip to content

Commit

Permalink
Add editor into config app.php
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpan666 authored Jun 24, 2024
1 parent 33424be commit dc204b1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,21 @@
// 'Example' => App\Facades\Example::class,
])->toArray(),

/*
|--------------------------------------------------------------------------
| Editor
|--------------------------------------------------------------------------
|
| The editor can be customized and will be used by the error page
| in debug mode or the dump() and dd()functions to link directly
| into your editor at the right file and line
|
| Supported editors: "atom", "emacs", "idea", "macvim",
| "netbeans", "nova", "phpstorm", "sublime",
| "textmate", "vscode", "vscode-insiders",
| "vscode-insiders-remote", "vscode-remote", "vscodium", "xdebug"
|
*/
'editor' => env('APP_EDITOR'),

];

0 comments on commit dc204b1

Please sign in to comment.