frankenphp
frankenphp copied to clipboard
feat: rename `DEBUG` env var to `CADDY_DEBUG`
Fixes #57
Are we sure we won't want to reuse this flag at some point for other purposes (non caddy related)? Otherwise FRANKENPHP_DEBUG might be more future proof. Just wondering
Could you open the same PR on Symfony Docker and API Platform, please?
Sure!
As this env var contains a string that will be injected in Caddyfile, I think it's good as-is.
Alright then. Companion PRs: https://github.com/api-platform/api-platform/pull/2313, https://github.com/dunglas/symfony-docker/pull/31
Thanks @chalasr!