Get Values From .env file

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