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 201266c commit 4ae8b52Copy full SHA for 4ae8b52
1 file changed
src/Configuration/Loader.php
@@ -176,8 +176,12 @@ public function boot(): Loader
176
177
$container = Capsule::getInstance();
178
179
+ // Load the env configuration first
180
$this->createConfiguration(EnvConfiguration::class, $container);
181
182
+ // Load the .env or .env.json file
183
+ $this->loadEnvfile();
184
+
185
// Configuration of services
186
$loaded_configurations = $this->createConfigurations(
187
array_merge([CompassConfiguration::class], $this->configurations()),
0 commit comments