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
5050
5151``` bash 
5252$ 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'
5454``` 
5555
5656Instead 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.
6464
6565``` bash 
6666$ 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
6868``` 
6969
7070You can specify the external ` .env `  file in the third optional argument.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments