diff --git a/bootstrap/environment.php b/bootstrap/environment.php index 7f08f5e2..5724bd17 100644 --- a/bootstrap/environment.php +++ b/bootstrap/environment.php @@ -11,7 +11,7 @@ | */ -if (file_exists(__DIR__.'/.env')) +if (file_exists(__DIR__.'/../.env')) { Dotenv::load(__DIR__.'/../');