We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83102f5 commit a8a3a40Copy full SHA for a8a3a40
app/Support/Traits/RequireEnvFile.php
@@ -6,7 +6,7 @@ trait RequireEnvFile{
6
7
private function hasDotEnvFile(){
8
if($this->config->hasDotEnvFile()){
9
- $this->outputInterface->writeln('<error>No .env file found. Run "homeboy setup"</error>');
+ $this->outputInterface->writeln('<error>('.$this->config->dotEnvFilePath().') Not found. Run "homeboy setup"</error>');
10
die();
11
}
12
0 commit comments