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 a599162 commit 39b39f6Copy full SHA for 39b39f6
src/Commands/StartRoadRunnerCommand.php
@@ -82,7 +82,7 @@ public function handle(ServerProcessInspector $inspector, ServerStateFile $serve
82
'-o', app()->environment('local') ? 'logs.level=debug' : 'logs.level=warning',
83
'-o', 'logs.output=stdout',
84
'-o', 'logs.encoding=json',
85
- 'serve',
+ '--dotenv=""', 'serve',
86
]), base_path(), collect(array_merge($_ENV, [
87
'APP_BASE_PATH' => base_path(),
88
'LARAVEL_OCTANE' => 1, ]))->mapWithKeys(function ($value, $key) {
0 commit comments