Skip to content

Commit

Permalink
[10.x] Pass Herd specific env variables to "artisan serve" (#50069)
Browse files Browse the repository at this point in the history
* Add Herd specific env variables

* Sort variables
  • Loading branch information
mpociot authored Feb 13, 2024
1 parent 52305ed commit 67616d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/Foundation/Console/ServeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ class ServeCommand extends Command
*/
public static $passthroughVariables = [
'APP_ENV',
'HERD_PHP_81_INI_SCAN_DIR',
'HERD_PHP_82_INI_SCAN_DIR',
'HERD_PHP_83_INI_SCAN_DIR',
'IGNITION_LOCAL_SITES_PATH',
'LARAVEL_SAIL',
'PATH',
Expand Down

0 comments on commit 67616d5

Please sign in to comment.