Laravel use env variable as value for other env variable

PHOTO EMBED

Tue Nov 29 2022 23:06:31 GMT+0000 (Coordinated Universal Time)

Saved by @wjdev

EXAMPLE_KEY="hello"
OTHER_KEY="${EXAMPLE_KEY}"
content_copyCOPY

https://readymadecode.com/laravel-use-env-variable-as-value-for-other-env-variable/