adelf / idea-php-dotenv-plugin

environment parameters completion, based on .env file keys
MIT License
166 stars 13 forks source link

.env variables not being recognized #46

Closed lfbn closed 4 years ago

lfbn commented 4 years ago

Hi,

I have this plugin installed in PhpStorm 2019.2.3 but the .env variables present on my .env file are not being recognized.

image

Anyone can help me out debugging this?

adelf commented 4 years ago

Environment variables in PHP should be fetched with functions like getenv https://www.php.net/manual/en/function.getenv.php -- Adel Fayzrakhmanov.