Como Leer Archivos .ENV PHP


DB_USER="user"
DB_PASSWD="password"
DB_NAME="dbname"
DB_HOST="localhost"
DB_PORT=3306
Unusual Unicorn