Now, you can get values from .env file with comments (if found on same line) like
<?php echo getEnvValue("WEBSITE_URL"); // http://localhost/ ?>
Last updated 2 months ago