diff --git a/src/Illuminate/Foundation/Console/ServeCommand.php b/src/Illuminate/Foundation/Console/ServeCommand.php index b3c07993ccd1..67321fd79fe5 100644 --- a/src/Illuminate/Foundation/Console/ServeCommand.php +++ b/src/Illuminate/Foundation/Console/ServeCommand.php @@ -68,6 +68,7 @@ class ServeCommand extends Command public static $passthroughVariables = [ 'APP_ENV', 'LARAVEL_SAIL', + 'PATH', 'PHP_CLI_SERVER_WORKERS', 'PHP_IDE_CONFIG', 'SYSTEMROOT',