Closed lfbn closed 5 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.
Anyone can help me out debugging this?
Environment variables in PHP should be fetched with functions like getenv https://www.php.net/manual/en/function.getenv.php -- Adel Fayzrakhmanov.
Hi,
I have this plugin installed in PhpStorm 2019.2.3 but the .env variables present on my .env file are not being recognized.
Anyone can help me out debugging this?