JetBrains / idea-php-dotenv-plugin

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

doesn't work in laravel #30

Closed jiker-burce closed 6 years ago

jiker-burce commented 6 years ago

It doesn't work in laravel's config files.

adelf commented 6 years ago

Please, check your File types: http://adelf.ru/files/dotenv_type.png .env files should have right masks: .env, .env. and .env

jiker-burce commented 6 years ago

thanks for your reply. yes, there is a .env file in the root folder of the project already. and the config is the same with your dotenv_type.png

my phpstorm version is 2017-01 php framework is laravel 5.6.*

jiker-burce commented 6 years ago

It's done now, we have to reopen the phpstorm after install the plugin. thanks