Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit ba6d8a8

Browse files
committed
Add how-to change editor
Added some documentation to README.MD on how to change the underlying used CLI editor
1 parent 0ce7c2e commit ba6d8a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ With the built-in edit command, you can easily edit your existing credentials. T
3232
```bash
3333
php artisan credentials:edit
3434
```
35+
36+
Optionally, you can change the used editor by adding the following to your .env file:
37+
38+
```
39+
EDITOR=nano
40+
```
41+
3542
![Credentials Demo](https://beyondco.de/github/credentials.gif)
3643

3744
## Installation

0 commit comments

Comments
 (0)