Make "Serve" command ENV whitelist more flexible #42422
-
Issue Currently the Artisan
This is causing me quite a headache as I need to pass some additional ENV from docker-compose.yml using Sail. The additional ENV can be accessed just fine from CLI but will never be accessible from the browser because it is filtered out from the Specifically I need to pass a PORT_PREFIX from my host-machine that will be used to generate some URLs for other docker services running. This is only necessary in development context. Proposal Make it easier to allow extra ENV to be passed through to the php built-in server, either by
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Implemented in #42444 |
Beta Was this translation helpful? Give feedback.
Implemented in #42444