File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ The command will also create new environment variables if an existing one does n
50
50
51
51
``` bash
52
52
$ php artisan env:set editor=vscode
53
- # Environment variable with key 'EDITOR' has been set to 'vscode'
53
+ # A new environment variable with key 'EDITOR' has been set to 'vscode'
54
54
```
55
55
56
56
Instead of two arguments split by a space, you can also mimic the ` .env ` file format by supplying ` KEY=VALUE ` .
@@ -64,7 +64,7 @@ The command will do its best to stop any invalid inputs.
64
64
65
65
``` bash
66
66
$ php artisan env:set @pp_n@me Laravel
67
- # Invalid environment key. Only use letters and underscores
67
+ # Invalid environment key @pp_n@me! Only use letters and underscores
68
68
```
69
69
70
70
You can specify the external ` .env ` file in the third optional argument.
You can’t perform that action at this time.
0 commit comments