Skip to content

Commit

Permalink
Pass through IGNITION_LOCAL_SITES_PATH environment variable when serv…
Browse files Browse the repository at this point in the history
…ing (laravel#46857)

Enables correct link generation for opening files from the error page when running inside docker.
  • Loading branch information
NiclasvanEyk authored and milwad-dev committed May 12, 2023
1 parent 545ab0f commit 264f26f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Foundation/Console/ServeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class ServeCommand extends Command
*/
public static $passthroughVariables = [
'APP_ENV',
'IGNITION_LOCAL_SITES_PATH',
'LARAVEL_SAIL',
'PATH',
'PHP_CLI_SERVER_WORKERS',
Expand Down

0 comments on commit 264f26f

Please sign in to comment.